| Modifier and Type | Method and Description |
|---|---|
void |
LambdaGenerator.addParam(FunctionParam name) |
void |
LambdaGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
void |
CodeGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
void |
OptimizeCodeGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
void |
NoneCodeGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASMCodeGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterpretCodeGenerator.onLambdaArgument(Token<?> lookhead,
FunctionParam param) |
| Constructor and Description |
|---|
LambdaFunctionBootstrap(String name,
Expression expression,
List<FunctionParam> arguments,
boolean inheritEnv) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FunctionParam> |
LambdaFunction.params |
| Constructor and Description |
|---|
LambdaFunction(String name,
List<FunctionParam> params,
Expression expression,
Env context) |
Copyright © 2010–2022. All rights reserved.