Uses of Interface
org.codehaus.janino.Java.LambdaBody
Packages that use Java.LambdaBody
-
Uses of Java.LambdaBody in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.LambdaBodyModifier and TypeClassDescriptionstatic class
Representation of a "lambda body" that is a block; see JLS9 15.27.2.static class
Representation of a "lambda body" that is an expression; see JLS9 15.27.2.Fields in org.codehaus.janino declared as Java.LambdaBodyModifier and TypeFieldDescriptionfinal Java.LambdaBody
Java.LambdaExpression.body
The body of this lambda expression; see JLS9 15.27.2.Methods in org.codehaus.janino that return Java.LambdaBodyMethods in org.codehaus.janino with parameters of type Java.LambdaBodyConstructors in org.codehaus.janino with parameters of type Java.LambdaBodyModifierConstructorDescriptionLambdaExpression
(Location location, Java.LambdaParameters parameters, Java.LambdaBody body)