|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RslEvaluationException | |
---|---|
org.globus.rsl | This library provides a convenience API for creating, manipulating, and checking the validity of RSL expressions. |
Uses of RslEvaluationException in org.globus.rsl |
---|
Methods in org.globus.rsl that throw RslEvaluationException | |
---|---|
AbstractRslNode |
AbstractRslNode.evaluate()
Evalutes the rsl tree. |
String |
VarRef.evaluate(Map symbolTable)
Evaluates the variable reference with the specified symbol table. |
String |
Value.evaluate(Map symbolTable)
Evaluates the value with the specified symbol table. |
AbstractRslNode |
RslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table. |
NameOpValue |
NameOpValue.evaluate(Map symbolTable)
Evaluates the relation against the symbol table. |
AbstractRslNode |
ListRslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table. |
Bindings |
Bindings.evaluate(Map symbolTable)
Evaluates the variable definitions as variable definitions can reference each other against the symbol table. |
Binding |
Binding.evaluate(Map symbolTable)
Evaluates the variable definition with the specified symbol table. |
abstract AbstractRslNode |
AbstractRslNode.evaluate(Map symbolTable)
Evalutes the rsl tree against the specified symbol table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |