identifierops, sourceRange| Constructor and Description |
|---|
SetSelf(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.
|
Element |
execute(Context context,
Element result) |
String |
toString()
Default string representation of an operation is the class' simple name.
|
checkStaticIndexes, getInstance, getInstance, validNamecalculateArgs, calculateTerms, checkRestrictedContext, getOperations, getSourceRangepublic SetSelf(SourceRange sourceRange, Operation... operations) throws SyntaxException
SyntaxExceptionpublic void checkInvalidSelfContext()
throws SyntaxException
AbstractOperationcheckInvalidSelfContext in interface OperationcheckInvalidSelfContext in class AbstractOperationSyntaxException - if operation references SELFpublic Element execute(Context context)
Operationpublic String toString()
AbstractOperationCopyright © 2014 Quattor. All Rights Reserved.