Uses of Interface
org.codehaus.janino.Java.LambdaBody
-
Packages that use Java.LambdaBody Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of Java.LambdaBody in org.codehaus.janino
Classes in org.codehaus.janino that implement Java.LambdaBody Modifier and Type Class Description static classJava.BlockLambdaBodyRepresentation of a "lambda body" that is a block; see JLS9 15.27.2.static classJava.ExpressionLambdaBodyRepresentation of a "lambda body" that is an expression; see JLS9 15.27.2.Fields in org.codehaus.janino declared as Java.LambdaBody Modifier and Type Field Description Java.LambdaBodyJava.LambdaExpression. bodyThe body of this lambda expression; see JLS9 15.27.2.Methods in org.codehaus.janino with parameters of type Java.LambdaBody Modifier and Type Method Description voidUnparser. unparseLambdaBody(Java.LambdaBody body)Constructors in org.codehaus.janino with parameters of type Java.LambdaBody Constructor Description LambdaExpression(Location location, Java.LambdaParameters parameters, Java.LambdaBody body)
-