|
||||||||||
| 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
org.quattor.pan.dml.operators.SimpleListVariable
org.quattor.pan.dml.operators.SelfSimpleListVariable
public final class SelfSimpleListVariable
Looks up a simple variable in the execution context.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.dml.operators.ListVariable |
|---|
identifier |
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
SelfSimpleListVariable(SourceRange sourceRange)
|
|
| Method Summary | |
|---|---|
void |
checkInvalidSelfContext()
Default implementation recursively calls this method on all of the contained operations (arguments). |
Element |
execute(Context context)
Execute this operation within the given context. |
| Methods inherited from class org.quattor.pan.dml.operators.SimpleListVariable |
|---|
toString |
| Methods inherited from class org.quattor.pan.dml.operators.ListVariable |
|---|
getInstance, getInstance |
| Methods inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
calculateArgs, calculateTerms, checkRestrictedContext, getOperations, getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelfSimpleListVariable(SourceRange sourceRange)
| Method Detail |
|---|
public void checkInvalidSelfContext()
throws SyntaxException
AbstractOperation
checkInvalidSelfContext in interface OperationcheckInvalidSelfContext in class AbstractOperationSyntaxException - if operation references SELFpublic Element execute(Context context)
Operation
execute in interface Operationexecute in class SimpleListVariablecontext - evaluation context for the statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||