public class SelfNestedListVariable extends NestedListVariable
identifierops, sourceRange| Constructor and Description |
|---|
SelfNestedListVariable(SourceRange sourceRange,
Operation... operations) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
toStringgetInstance, getInstancecalculateArgs, calculateTerms, checkRestrictedContext, getOperations, getSourceRangepublic SelfNestedListVariable(SourceRange sourceRange, Operation... operations)
public void checkInvalidSelfContext()
throws SyntaxException
AbstractOperationcheckInvalidSelfContext in interface OperationcheckInvalidSelfContext in class AbstractOperationSyntaxException - if operation references SELFpublic Element execute(Context context)
Operationexecute in interface Operationexecute in class NestedListVariablecontext - evaluation context for the statementCopyright © 2014 Quattor. All Rights Reserved.