| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.FormalLambdaParameters
Representation of "lamba parameters" that include a formal parameter list; see JLS9 15.27.1.
|
static class |
Java.IdentifierLambdaParameters
Representation of "lamba parameters" that consist of a single identifier; see JLS9 15.27.1
|
static class |
Java.InferredLambdaParameters
Representation of "lamba parameters" that include an inferred formal parameter list; see JLS9 15.27.1.
|
| Modifier and Type | Field and Description |
|---|---|
Java.LambdaParameters |
Java.LambdaExpression.parameters
The parameters of this lambda expression; see JLS9 15.27.1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Unparser.unparseLambdaParameters(Java.LambdaParameters lp) |
| Constructor and Description |
|---|
LambdaExpression(Location location,
Java.LambdaParameters parameters,
Java.LambdaBody body) |
Copyright © 2022. All rights reserved.