|
||||||||||
| 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
org.quattor.pan.dml.operators.SimpleVariable
org.quattor.pan.dml.operators.SelfSimpleVariable
public final class SelfSimpleVariable
Looks up a simple variable in the execution context.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.dml.operators.Variable |
|---|
identifier, lookupOnly |
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
SelfSimpleVariable(SourceRange sourceRange,
boolean lookupOnly)
|
|
| 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.SimpleVariable |
|---|
toString |
| Methods inherited from class org.quattor.pan.dml.operators.Variable |
|---|
getInstance, 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 SelfSimpleVariable(SourceRange sourceRange,
boolean lookupOnly)
| 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 SimpleVariablecontext - evaluation context for the statement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||