net.sourceforge.plantuml.jasic
Class Jasic.VariableExpression
java.lang.Object
net.sourceforge.plantuml.jasic.Jasic.VariableExpression
- All Implemented Interfaces:
- Jasic.Expression
- Enclosing class:
- Jasic
public class Jasic.VariableExpression
- extends Object
- implements Jasic.Expression
A variable expression evaluates to the current value stored in that
variable.
Method Summary |
Jasic.Value |
evaluate()
Expression classes implement this to evaluate the expression and
return the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jasic.VariableExpression
public Jasic.VariableExpression(String name)
evaluate
public Jasic.Value evaluate()
- Description copied from interface:
Jasic.Expression
- Expression classes implement this to evaluate the expression and
return the value.
- Specified by:
evaluate
in interface Jasic.Expression
- Returns:
- The value of the calculated expression.
Copyright © 2013. All Rights Reserved.