public final class Function extends AbstractOperation
ops, sourceRange| Constructor and Description |
|---|
Function(SourceRange sourceRange,
String name,
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.
|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, getOperations, getSourceRangepublic Function(SourceRange sourceRange, String name, 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.