public static class Expressions.VarExpression extends Expressions.SimpleExpression<String> implements AssignableExpression
| Constructor and Description |
|---|
VarExpression(String varname,
String... tags) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
assign(Expression expr) |
Value |
evaluate(Env env,
Object... args)
Evaluates the expression using the specified environment and
arguments.
|
equals, get, hashCode, toStringgetTags, getType, hasValue, setTags, simplifypublic Value evaluate(Env env, Object... args)
Expressionevaluate in interface Expressionenv - Environmentargs - Argumentspublic Expression assign(Expression expr)
assign in interface AssignableExpression