Package org.codehaus.janino
Class Java.ExpressionLambdaBody
java.lang.Object
org.codehaus.janino.Java.ExpressionLambdaBody
- All Implemented Interfaces:
Java.LambdaBody
- Enclosing class:
Java
Representation of a "lambda body" that is an expression; see JLS9 15.27.2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
EX extends Throwable>
Raccept
(Visitor.LambdaBodyVisitor<R, EX> lbv)
-
Field Details
-
expression
The expression that poses the lambda body.
-
-
Constructor Details
-
ExpressionLambdaBody
-
-
Method Details
-
accept
Description copied from interface:Java.LambdaBody
- Specified by:
accept
in interfaceJava.LambdaBody
- Throws:
EX
-