Uses of Class
com.googlecode.aviator.runtime.FunctionParam
-
-
Uses of FunctionParam in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code with type parameters of type FunctionParam Modifier and Type Field Description private java.util.List<FunctionParam>LambdaGenerator. paramsMethods in com.googlecode.aviator.code with parameters of type FunctionParam Modifier and Type Method Description voidLambdaGenerator. addParam(FunctionParam name)voidCodeGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param)voidLambdaGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param)voidNoneCodeGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param)voidOptimizeCodeGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param) -
Uses of FunctionParam in com.googlecode.aviator.code.asm
Methods in com.googlecode.aviator.code.asm with parameters of type FunctionParam Modifier and Type Method Description voidASMCodeGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param) -
Uses of FunctionParam in com.googlecode.aviator.code.interpreter
Methods in com.googlecode.aviator.code.interpreter with parameters of type FunctionParam Modifier and Type Method Description voidInterpretCodeGenerator. onLambdaArgument(Token<?> lookhead, FunctionParam param) -
Uses of FunctionParam in com.googlecode.aviator.parser
Methods in com.googlecode.aviator.parser that return FunctionParam Modifier and Type Method Description private FunctionParamExpressionParser. lambdaArgument(int index)private FunctionParamExpressionParser. lambdaArgument0(int index, boolean isVariadic) -
Uses of FunctionParam in com.googlecode.aviator.runtime
Fields in com.googlecode.aviator.runtime with type parameters of type FunctionParam Modifier and Type Field Description private java.util.List<FunctionParam>LambdaFunctionBootstrap. paramsConstructor parameters in com.googlecode.aviator.runtime with type arguments of type FunctionParam Constructor Description LambdaFunctionBootstrap(java.lang.String name, Expression expression, java.util.List<FunctionParam> arguments, boolean inheritEnv) -
Uses of FunctionParam in com.googlecode.aviator.runtime.function
Fields in com.googlecode.aviator.runtime.function with type parameters of type FunctionParam Modifier and Type Field Description protected java.util.List<FunctionParam>LambdaFunction. paramsConstructor parameters in com.googlecode.aviator.runtime.function with type arguments of type FunctionParam Constructor Description LambdaFunction(java.lang.String name, java.util.List<FunctionParam> params, Expression expression, Env context)
-