public class NestedVariable extends Variable
identifier, lookupOnlyops, sourceRange| Constructor and Description |
|---|
NestedVariable(SourceRange sourceRange,
String identifier,
boolean lookupOnly,
Operation... operations) |
| Modifier and Type | Method and Description |
|---|---|
Element |
execute(Context context)
Execute this operation within the given context.
|
String |
toString()
Default string representation of an operation is the class' simple name.
|
getInstance, getInstance, getInstancecalculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, getOperations, getSourceRangepublic NestedVariable(SourceRange sourceRange, String identifier, boolean lookupOnly, Operation... operations)
public Element execute(Context context)
Operationexecute in interface Operationexecute in class AbstractOperationcontext - evaluation context for the statementpublic String toString()
AbstractOperationtoString in class AbstractOperationCopyright © 2014 Quattor. All Rights Reserved.