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.lambdaBootstrapsMethods 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 voidBaseExpression.setLambdaBootstraps(Map<String, LambdaFunctionBootstrap> lambdaBootstraps) static voidExpressionAccessor.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.lambdaBootstrapsCompiled lambda functions.private Map<String, LambdaFunctionBootstrap> OptimizeCodeGenerator.lambdaBootstrapsCompiled 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 TypeMethodDescriptionvoidEvalCodeGenerator.genNewLambdaCode(LambdaFunctionBootstrap bootstrap) Method parameters in com.googlecode.aviator.code with type arguments of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoidBaseEvalCodeGenerator.setLambdaBootstraps(Map<String, LambdaFunctionBootstrap> lambdaBootstraps) voidEvalCodeGenerator.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 TypeMethodDescriptionvoidASMCodeGenerator.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 TypeMethodDescriptionvoidInterpretCodeGenerator.genNewLambdaCode(LambdaFunctionBootstrap bootstrap) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.lexer.token
Fields in com.googlecode.aviator.lexer.token declared as LambdaFunctionBootstrapModifier and TypeFieldDescriptionprivate LambdaFunctionBootstrapDelegateToken.lambdaFunctionBootstrapMethods in com.googlecode.aviator.lexer.token that return LambdaFunctionBootstrapMethods in com.googlecode.aviator.lexer.token with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionvoidDelegateToken.setLambdaFunctionBootstrap(LambdaFunctionBootstrap lambdaFunctionBootstrap) -
Uses of LambdaFunctionBootstrap in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime with parameters of type LambdaFunctionBootstrapModifier and TypeMethodDescriptionintLambdaFunctionBootstrap.compareTo(LambdaFunctionBootstrap o)