Class EvaluationProxy
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.variables.EvaluationProxy
-
- All Implemented Interfaces:
Serializable
public class EvaluationProxy extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationProxy(String stoex, SimulatedStackframe<Object> contextFrame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulatedStackframe<Object>
getStackFrame()
String
getStoEx()
String
toString()
-
-
-
Constructor Detail
-
EvaluationProxy
public EvaluationProxy(String stoex, SimulatedStackframe<Object> contextFrame)
-
-