Interface Visitor.BlockStatementVisitor<R,EX extends Throwable>

Type Parameters:
R - The type of the object returned by the visit*() methods
EX - The exception that the visit*() methods may throw
All Superinterfaces:
Visitor.FieldDeclarationOrInitializerVisitor<R,EX>
Enclosing class:
Visitor

public static interface Visitor.BlockStatementVisitor<R,EX extends Throwable> extends Visitor.FieldDeclarationOrInitializerVisitor<R,EX>
The visitor for all kinds of Java.BlockStatements (statements that may appear with a block).