public abstract class BuiltInFunction extends AbstractOperation
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
ops, sourceRange| Modifier | Constructor and Description |
|---|---|
protected |
BuiltInFunction(String name,
SourceRange sourceRange,
Operation... operations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
throwExceptionIfCompileTimeContext(Context context) |
String |
toString()
Default string representation of an operation is the class' simple name.
|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, execute, getOperations, getSourceRangeprotected final String name
protected BuiltInFunction(String name, SourceRange sourceRange, Operation... operations)
protected void throwExceptionIfCompileTimeContext(Context context)
public String toString()
AbstractOperationtoString in class AbstractOperationCopyright © 2014 Quattor. All Rights Reserved.