Package net.sourceforge.plantuml.jasic
Class Jasic.VariableExpression
java.lang.Object
net.sourceforge.plantuml.jasic.Jasic.VariableExpression
- All Implemented Interfaces:
Jasic.Expression
- Enclosing class:
- Jasic
A variable expression evaluates to the current value stored in that variable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate()
Expression classes implement this to evaluate the expression and return the value.
-
Constructor Details
-
VariableExpression
-
-
Method Details
-
evaluate
Description copied from interface:Jasic.Expression
Expression classes implement this to evaluate the expression and return the value.- Specified by:
evaluate
in interfaceJasic.Expression
- Returns:
- The value of the calculated expression.
-