public abstract class SimpleReturnFunction extends java.lang.Object implements TFunction
| Constructor and Description |
|---|
SimpleReturnFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeProcedure(TContext context,
TMemory memory,
LineLocation location,
java.lang.String s) |
void |
executeProcedureInternal(TContext context,
TMemory memory,
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 executeProcedure(TContext context, TMemory memory, LineLocation location, java.lang.String s) throws EaterException
executeProcedure in interface TFunctionEaterExceptionpublic final void executeProcedureInternal(TContext context, TMemory memory, 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