Class ConstantOp
java.lang.Object
com.twineworks.tweakflow.lang.interpreter.ops.ConstantOp
- All Implemented Interfaces:
ExpressionOp,ValueProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneval(Stack stack, EvaluationContext context) getValue()booleanrefresh()
-
Constructor Details
-
ConstantOp
-
-
Method Details
-
eval
- Specified by:
evalin interfaceExpressionOp
-
isConstant
public boolean isConstant()- Specified by:
isConstantin interfaceExpressionOp
-
specialize
- Specified by:
specializein interfaceExpressionOp
-
refresh
- Specified by:
refreshin interfaceExpressionOp
-
getValue
- Specified by:
getValuein interfaceValueProvider
-