|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.dml.AbstractOperation
org.quattor.pan.dml.operators.Variable
public abstract class Variable
Looks up and potentially dereferences a variable in the execution context.
| Field Summary | |
|---|---|
protected java.lang.String |
identifier
|
protected boolean |
lookupOnly
|
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
protected |
Variable(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly,
Operation... operations)
|
| Method Summary | |
|---|---|
static Variable |
getInstance(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly,
Operation... operations)
|
static Variable |
getInstance(SourceRange sourceRange,
java.lang.String identifier,
Operation... operations)
|
static Variable |
getInstance(Variable v,
boolean lookupOnly)
|
| Methods inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, execute, getOperations, getSourceRange, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String identifier
protected final boolean lookupOnly
| Constructor Detail |
|---|
protected Variable(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly,
Operation... operations)
| Method Detail |
|---|
public static Variable getInstance(SourceRange sourceRange,
java.lang.String identifier,
Operation... operations)
public static Variable getInstance(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly,
Operation... operations)
public static Variable getInstance(Variable v,
boolean lookupOnly)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||