| Constructor and Description |
|---|
ExpressionMask(Expression expression)
Create a new instance.
|
ExpressionMask2D(Expression expression)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.compile(String expression,
String... variableNames) |
static Expression |
Expression.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
RValue |
UnboundVariable.bind(Expression expression,
boolean isLValue) |
LValue |
UnboundVariable.bindVariables(Expression expression,
boolean preferLValue) |
static RValue |
Parser.parse(List<Token> tokens,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
RValue |
RValue.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
SimpleFor.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Sequence.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
LValueFunction.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Function.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Node.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
While.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
LValue.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Conditional.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Switch.bindVariables(Expression expression,
boolean preferLValue) |
LValue |
Variable.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
Return.bindVariables(Expression expression,
boolean preferLValue) |
RValue |
For.bindVariables(Expression expression,
boolean preferLValue) |
Copyright © 2010-2014. All Rights Reserved.