Package org.codehaus.janino
Interface Visitor.LambdaBodyVisitor<R,EX extends Throwable>
-
- Type Parameters:
R- The type of the object returned by thevisit*()methodsEX- The exception that thevisit*()methods may throw
- Enclosing class:
- Visitor
public static interface Visitor.LambdaBodyVisitor<R,EX extends Throwable>The visitor for the different kinds ofJava.LambdaBodys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RvisitBlockLambdaBody(Java.BlockLambdaBody blockLambdaBody)RvisitExpressionLambdaBody(Java.ExpressionLambdaBody expressionLambdaBody)
-
-
-
Method Detail
-
visitBlockLambdaBody
@Nullable R visitBlockLambdaBody(Java.BlockLambdaBody blockLambdaBody) throws EX extends Throwable
-
-