|
||||||||||
| 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
public class SimpleVariable
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 | |
|---|---|
SimpleVariable(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly)
|
|
| Method Summary | |
|---|---|
Element |
execute(Context context)
Execute this operation within the given context. |
java.lang.String |
toString()
Default string representation of an operation is the class' simple name. |
| Methods inherited from class org.quattor.pan.dml.operators.Variable |
|---|
getInstance, getInstance, getInstance |
| Methods inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, getOperations, getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleVariable(SourceRange sourceRange,
java.lang.String identifier,
boolean lookupOnly)
| Method Detail |
|---|
public Element execute(Context context)
Operation
execute in interface Operationexecute in class AbstractOperationcontext - evaluation context for the statement
public java.lang.String toString()
AbstractOperation
toString in class AbstractOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||