Uses of Class
com.googlecode.aviator.runtime.LambdaFunctionBootstrap
Packages that use LambdaFunctionBootstrap
Package
Description
-
Uses of LambdaFunctionBootstrap in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type LambdaFunctionBootstrapModifier and TypeFieldDescriptionprotected Map
<String, LambdaFunctionBootstrap> BaseExpression.lambdaBootstraps
Methods in com.googlecode.aviator that return types with arguments of type LambdaFunctionBootstrapMethod parameters in com.googlecode.aviator with type arguments of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionprotected void
BaseExpression.setLambdaBootstraps
(Map<String, LambdaFunctionBootstrap> lambdaBootstraps) static void
ExpressionAccessor.setLambdaBootstraps
(BaseExpression exp, Map<String, LambdaFunctionBootstrap> lambdaBootstraps) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code with type parameters of type LambdaFunctionBootstrapModifier and TypeFieldDescriptionprotected Map
<String, LambdaFunctionBootstrap> BaseEvalCodeGenerator.lambdaBootstraps
Compiled lambda functions.private Map
<String, LambdaFunctionBootstrap> OptimizeCodeGenerator.lambdaBootstraps
Compiled lambda functions.Methods in com.googlecode.aviator.code that return LambdaFunctionBootstrapModifier and TypeMethodDescriptionLambdaGenerator.getLmabdaBootstrap()
Compile a call method to invoke lambda compiled body expression.Methods in com.googlecode.aviator.code with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoid
EvalCodeGenerator.genNewLambdaCode
(LambdaFunctionBootstrap bootstrap) Method parameters in com.googlecode.aviator.code with type arguments of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoid
BaseEvalCodeGenerator.setLambdaBootstraps
(Map<String, LambdaFunctionBootstrap> lambdaBootstraps) void
EvalCodeGenerator.setLambdaBootstraps
(Map<String, LambdaFunctionBootstrap> lambdaBootstraps) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.code.asm
Methods in com.googlecode.aviator.code.asm with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoid
ASMCodeGenerator.genNewLambdaCode
(LambdaFunctionBootstrap bootstrap) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.code.interpreter
Methods in com.googlecode.aviator.code.interpreter with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoid
InterpretCodeGenerator.genNewLambdaCode
(LambdaFunctionBootstrap bootstrap) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.lexer.token
Fields in com.googlecode.aviator.lexer.token declared as LambdaFunctionBootstrapModifier and TypeFieldDescriptionprivate LambdaFunctionBootstrap
DelegateToken.lambdaFunctionBootstrap
Methods in com.googlecode.aviator.lexer.token that return LambdaFunctionBootstrapMethods in com.googlecode.aviator.lexer.token with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoid
DelegateToken.setLambdaFunctionBootstrap
(LambdaFunctionBootstrap lambdaFunctionBootstrap) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionint
LambdaFunctionBootstrap.compareTo
(LambdaFunctionBootstrap o)