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, wait
canCover, executeReturnFunction, getSignature
public final TFunctionType getFunctionType()
getFunctionType
in interface TFunction
public 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 TFunction
EaterException
public final boolean isUnquoted()
isUnquoted
in interface TFunction