| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.BlockLambdaBody
Representation of a "lambda body" that is a block; see JLS9 15.27.2.
|
static class |
Java.ExpressionLambdaBody
Representation of a "lambda body" that is an expression; see JLS9 15.27.2.
|
| Modifier and Type | Field and Description |
|---|---|
Java.LambdaBody |
Java.LambdaExpression.body
The body of this lambda expression; see JLS9 15.27.2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Unparser.unparseLambdaBody(Java.LambdaBody body) |
| Constructor and Description |
|---|
LambdaExpression(Location location,
Java.LambdaParameters parameters,
Java.LambdaBody body) |
Copyright © 2022. All rights reserved.