Class ContextStack.StackFrame
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.ContextStack.StackFrame
-
- Enclosing class:
- ContextStack
private static class ContextStack.StackFrame extends java.lang.ObjectImplements a poolable stack frame. To maximize pool use, we do not differentiate the frames into different sub-classes her.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private EvaluationAccessorexprivate intindexprivate ContainerInitializerinitprivate Valueselfprivate java.lang.Stringslotprivate DecisionVariableDeclarationvar
-
Constructor Summary
Constructors Modifier Constructor Description privateStackFrame()
-
-
-
Field Detail
-
ex
private EvaluationAccessor ex
-
init
private ContainerInitializer init
-
var
private DecisionVariableDeclaration var
-
index
private int index
-
slot
private java.lang.String slot
-
self
private Value self
-
-