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, wait
canCover, executeReturnFunction, getSignature
public final TFunctionType getFunctionType()
getFunctionType
in interface TFunction
public final void executeProcedure(TContext context, TMemory memory, LineLocation location, java.lang.String s) throws EaterException
executeProcedure
in interface TFunction
EaterException
public 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 TFunction
EaterException
public final boolean isUnquoted()
isUnquoted
in interface TFunction