public static class Funcs.HASHMAP extends Funcs.FuncExp implements Funcs.LValue
argList
debugInfo, name
Constructor and Description |
---|
HASHMAP() |
Modifier and Type | Method and Description |
---|---|
void |
checkParamsList(List<ICompiled> params)
Ensure that parametes are valid and can be set for the object.
|
Object |
doSet(Backtrace backtrace,
Compiler.ICtx ctx,
Object value) |
Object |
evalWithArgs(Backtrace backtrace,
Compiler.Eargs eargs) |
doEvaluate, evaluateParameters, getTraceName, setParams
evaluate, getDebugInfo, getName, run, setDebugInfo, setName
public void checkParamsList(List<ICompiled> params) throws InvalidParametersException
Funcs.FuncExp
checkParamsList
in class Funcs.FuncExp
InvalidParametersException
public Object evalWithArgs(Backtrace backtrace, Compiler.Eargs eargs)
evalWithArgs
in class Funcs.FuncExp
public Object doSet(Backtrace backtrace, Compiler.ICtx ctx, Object value)
doSet
in interface Funcs.LValue
Copyright © 2022. All rights reserved.