public class Dec2hex extends SimpleReturnFunction
| Constructor and Description |
|---|
Dec2hex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCover(int nbArg,
java.util.Set<java.lang.String> namedArgument) |
TValue |
executeReturnFunction(TContext context,
TMemory memory,
StringLocated location,
java.util.List<TValue> values,
java.util.Map<java.lang.String,TValue> named) |
TFunctionSignature |
getSignature() |
executeProcedureInternal, getFunctionType, isUnquotedpublic TFunctionSignature getSignature()
public boolean canCover(int nbArg,
java.util.Set<java.lang.String> namedArgument)
public TValue executeReturnFunction(TContext context, TMemory memory, StringLocated location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named) throws EaterException
EaterException