AbstractRslNode |
AbstractRslNode.evaluate() |
Evalutes the rsl tree.
|
abstract AbstractRslNode |
AbstractRslNode.evaluate(java.util.Map symbolTable) |
Evalutes the rsl tree against the specified symbol table.
|
Binding |
Binding.evaluate(java.util.Map symbolTable) |
Evaluates the variable definition with the specified
symbol table.
|
Bindings |
Bindings.evaluate(java.util.Map symbolTable) |
Evaluates the variable definitions as variable definitions
can reference each other against the symbol table.
|
AbstractRslNode |
ListRslNode.evaluate(java.util.Map symbolTable) |
Evalutes the rsl tree against the specified symbol table.
|
NameOpValue |
NameOpValue.evaluate(java.util.Map symbolTable) |
Evaluates the relation against the symbol table.
|
AbstractRslNode |
RslNode.evaluate(java.util.Map symbolTable) |
Evalutes the rsl tree against the specified symbol table.
|
java.lang.String |
Value.evaluate(java.util.Map symbolTable) |
Evaluates the value with the specified
symbol table.
|
java.lang.String |
VarRef.evaluate(java.util.Map symbolTable) |
Evaluates the variable reference with the specified
symbol table.
|