| Package | Description |
|---|---|
| org.quattor.pan.dml.operators |
Contains classes that implement all of the pan language operators.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Variable |
Variable.getInstance(SourceRange sourceRange,
String identifier,
boolean lookupOnly,
Operation... operations) |
static Variable |
Variable.getInstance(SourceRange sourceRange,
String identifier,
Operation... operations) |
static Variable |
Variable.getInstance(Variable v,
boolean lookupOnly) |
| Modifier and Type | Method and Description |
|---|---|
static ListVariable |
ListVariable.getInstance(Variable v) |
static SetValue |
SetValue.getInstance(Variable v) |
static Variable |
Variable.getInstance(Variable v,
boolean lookupOnly) |
Copyright © 2014 Quattor. All Rights Reserved.