Uses of Class
com.googlecode.aviator.runtime.FunctionParam
Packages that use FunctionParam
Package
Description
-
Uses of FunctionParam in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code with type parameters of type FunctionParamMethods in com.googlecode.aviator.code with parameters of type FunctionParamModifier and TypeMethodDescriptionvoidLambdaGenerator.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 FunctionParamModifier and TypeMethodDescriptionvoidASMCodeGenerator.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 FunctionParamModifier and TypeMethodDescriptionvoidInterpretCodeGenerator.onLambdaArgument(Token<?> lookhead, FunctionParam param) -
Uses of FunctionParam in com.googlecode.aviator.parser
Methods in com.googlecode.aviator.parser that return FunctionParamModifier and TypeMethodDescriptionprivate 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 FunctionParamModifier and TypeFieldDescriptionprivate final List<FunctionParam> LambdaFunctionBootstrap.paramsConstructor parameters in com.googlecode.aviator.runtime with type arguments of type FunctionParamModifierConstructorDescriptionLambdaFunctionBootstrap(String name, Expression expression, 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 FunctionParamConstructor parameters in com.googlecode.aviator.runtime.function with type arguments of type FunctionParamModifierConstructorDescriptionLambdaFunction(String name, List<FunctionParam> params, Expression expression, Env context)