|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
com.jscape.util.workflow | Contains workflow implementation classes. |
Uses of Variable in com.jscape.util.workflow |
---|
Methods in com.jscape.util.workflow that return Variable | |
---|---|
Variable |
AssignmentExpression.getVariable()
Returns a target expression variable. |
Variable |
Context.getVariable(java.lang.String name)
Searches and returns variable from context. |
Variable |
Context.removeVariable(java.lang.String name)
Removes variable from context. |
Methods in com.jscape.util.workflow with parameters of type Variable | |
---|---|
void |
Context.addVariable(Variable var)
Adds a variable to context. |
void |
AssignmentExpression.setVariable(Variable value)
Sets target expression variable. |
Constructors in com.jscape.util.workflow with parameters of type Variable | |
---|---|
AssignmentExpression(Variable variable,
Expression expression)
Creates a new expression instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |