|
||||||||||
| 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.ListVariable
public abstract class ListVariable
Looks up and potentially dereferences a variable in the execution context.
| Field Summary | |
|---|---|
protected String |
identifier
|
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
protected |
ListVariable(SourceRange sourceRange,
String identifier,
Operation... operations)
|
| Method Summary | |
|---|---|
static ListVariable |
getInstance(SourceRange sourceRange,
String identifier,
Operation... operations)
|
static ListVariable |
getInstance(Variable v)
|
| 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 String identifier
| Constructor Detail |
|---|
protected ListVariable(SourceRange sourceRange,
String identifier,
Operation... operations)
| Method Detail |
|---|
public static ListVariable getInstance(SourceRange sourceRange,
String identifier,
Operation... operations)
public static ListVariable getInstance(Variable v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||