Uses of Class
com.googlecode.aviator.runtime.FunctionArgument
-
Packages that use FunctionArgument Package Description com.googlecode.aviator com.googlecode.aviator.code com.googlecode.aviator.runtime com.googlecode.aviator.runtime.function -
-
Uses of FunctionArgument in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type FunctionArgument Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.util.List<FunctionArgument>>
BaseExpression. funcsArgs
Method parameters in com.googlecode.aviator with type arguments of type FunctionArgument Modifier and Type Method Description protected void
BaseExpression. setFuncsArgs(java.util.Map<java.lang.Integer,java.util.List<FunctionArgument>> funcsArgs)
static void
ExpressionAccessor. setFuncsArgs(BaseExpression exp, java.util.Map<java.lang.Integer,java.util.List<FunctionArgument>> funcsArgs)
-
Uses of FunctionArgument in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code with type parameters of type FunctionArgument Modifier and Type Field Description protected java.util.Map<java.lang.Integer,java.util.List<FunctionArgument>>
BaseEvalCodeGenerator. funcsArgs
function params info.Methods in com.googlecode.aviator.code that return types with arguments of type FunctionArgument Modifier and Type Method Description protected java.util.Map<java.lang.Integer,java.util.List<FunctionArgument>>
BaseEvalCodeGenerator. getFuncsArgs()
-
Uses of FunctionArgument in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime that return FunctionArgument Modifier and Type Method Description static FunctionArgument
FunctionArgument. from(int index, java.lang.String name)
-
Uses of FunctionArgument in com.googlecode.aviator.runtime.function
Methods in com.googlecode.aviator.runtime.function that return types with arguments of type FunctionArgument Modifier and Type Method Description static java.util.List<FunctionArgument>
FunctionUtils. getFunctionArguments(java.util.Map<java.lang.String,java.lang.Object> env)
Retrieve the invocation arguments info from env, returns null when absent.
-