|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| org.quattor.pan.dml.operators | Contains classes that implement all of the pan language operators. |
| Uses of Variable in org.quattor.pan.dml.operators |
|---|
| Subclasses of Variable in org.quattor.pan.dml.operators | |
|---|---|
class |
NestedVariable
Looks up a nested variable in the execution context. |
class |
SelfNestedVariable
Looks up a nested variable in the execution context. |
class |
SelfSimpleVariable
Looks up a simple variable in the execution context. |
class |
SimpleVariable
Looks up a simple variable in the execution context. |
| Methods in org.quattor.pan.dml.operators that return Variable | |
|---|---|
static Variable |
Variable.getInstance(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly,
Operation... operations)
|
static Variable |
Variable.getInstance(SourceRange sourceRange,
java.lang.String identifier,
Operation... operations)
|
static Variable |
Variable.getInstance(Variable v,
boolean lookupOnly)
|
| Methods in org.quattor.pan.dml.operators with parameters of type Variable | |
|---|---|
static ListVariable |
ListVariable.getInstance(Variable v)
|
static SetValue |
SetValue.getInstance(Variable v)
|
static Variable |
Variable.getInstance(Variable v,
boolean lookupOnly)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||