public abstract class SimpleReturnFunction extends java.lang.Object implements TFunction
| Constructor and Description |
|---|
SimpleReturnFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeProcedureInternal(TContext context,
TMemory memory,
StringLocated location,
java.util.List<TValue> args,
java.util.Map<java.lang.String,TValue> named) |
TFunctionType |
getFunctionType() |
boolean |
isUnquoted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanCover, executeReturnFunction, getSignaturepublic final TFunctionType getFunctionType()
getFunctionType in interface TFunctionpublic final void executeProcedureInternal(TContext context, TMemory memory, StringLocated location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named) throws EaterException
executeProcedureInternal in interface TFunctionEaterExceptionpublic final boolean isUnquoted()
isUnquoted in interface TFunction