Constructor and Description |
---|
InvokeVoidFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
canCover(int nbArg) |
TValue |
executeReturn(TContext context,
TMemory memory,
java.util.List<TValue> args) |
void |
executeVoid(TContext context,
TMemory memory,
java.lang.String s) |
void |
executeVoidInternal(TContext context,
TMemory memory,
java.util.List<TValue> args) |
TFunctionType |
getFunctionType() |
TFunctionSignature |
getSignature() |
boolean |
isUnquoted() |
public TFunctionSignature getSignature()
getSignature
in interface TFunction
public TFunctionType getFunctionType()
getFunctionType
in interface TFunction
public void executeVoid(TContext context, TMemory memory, java.lang.String s) throws EaterException
executeVoid
in interface TFunction
EaterException
public void executeVoidInternal(TContext context, TMemory memory, java.util.List<TValue> args) throws EaterException
executeVoidInternal
in interface TFunction
EaterException
public TValue executeReturn(TContext context, TMemory memory, java.util.List<TValue> args) throws EaterException
executeReturn
in interface TFunction
EaterException
public boolean isUnquoted()
isUnquoted
in interface TFunction
Copyright © 2020. All Rights Reserved.