| Modifier and Type | Field and Description |
|---|---|
protected Map<String,LambdaFunctionBootstrap> |
BaseExpression.lambdaBootstraps |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LambdaFunctionBootstrap> |
BaseExpression.getLambdaBootstraps() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseExpression.setLambdaBootstraps(Map<String,LambdaFunctionBootstrap> lambdaBootstraps) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,LambdaFunctionBootstrap> |
BaseEvalCodeGenerator.lambdaBootstraps
Compiled lambda functions.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionBootstrap |
LambdaGenerator.getLmabdaBootstrap()
Compile a call method to invoke lambda compiled body expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvalCodeGenerator.genNewLambdaCode(LambdaFunctionBootstrap bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEvalCodeGenerator.setLambdaBootstraps(Map<String,LambdaFunctionBootstrap> lambdaBootstraps) |
void |
EvalCodeGenerator.setLambdaBootstraps(Map<String,LambdaFunctionBootstrap> lambdaBootstraps) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASMCodeGenerator.genNewLambdaCode(LambdaFunctionBootstrap bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterpretCodeGenerator.genNewLambdaCode(LambdaFunctionBootstrap bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionBootstrap |
DelegateToken.getLambdaFunctionBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegateToken.setLambdaFunctionBootstrap(LambdaFunctionBootstrap lambdaFunctionBootstrap) |
| Modifier and Type | Method and Description |
|---|---|
int |
LambdaFunctionBootstrap.compareTo(LambdaFunctionBootstrap o) |
Copyright © 2010–2022. All rights reserved.