public class FunctionExists extends SimpleReturnFunction
Constructor and Description |
---|
FunctionExists() |
Modifier and Type | Method and Description |
---|---|
boolean |
canCover(int nbArg,
java.util.Set<java.lang.String> namedArgument) |
TValue |
executeReturnFunction(TContext context,
TMemory memory,
LineLocation location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TFunctionSignature |
getSignature() |
executeProcedure, executeProcedureInternal, getFunctionType, isUnquoted
public TFunctionSignature getSignature()
public boolean canCover(int nbArg, java.util.Set<java.lang.String> namedArgument)
public TValue executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named) throws EaterException, EaterExceptionLocated
EaterException
EaterExceptionLocated
Copyright © 2020. All Rights Reserved.