Uses of Class
net.ssehub.easy.varModel.cstEvaluation.ContextStack.StackFrame
-
Packages that use ContextStack.StackFrame Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of ContextStack.StackFrame in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type ContextStack.StackFrame Modifier and Type Field Description private static Pool<ContextStack.StackFrame>ContextStack. POOLprivate java.util.Stack<ContextStack.StackFrame>ContextStack. stackMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContextStack.StackFrame Modifier and Type Method Description private voidContextStack. ensureCapacity(IDecisionVariable var, ContextStack.StackFrame frame)Ensures the capacity of a container variable.
-