Package org.codehaus.janino
Interface Visitor.FieldDeclarationOrInitializerVisitor<R,EX extends Throwable>
- Type Parameters:
R
- The type of the object returned by thevisit*()
methodsEX
- The exception that thevisit*()
methods may throw
- All Known Subinterfaces:
Visitor.BlockStatementVisitor<R,
EX>
- Enclosing class:
Visitor
public static interface Visitor.FieldDeclarationOrInitializerVisitor<R,EX extends Throwable>
The visitor for all kinds of
Java.BlockStatement
s (statements that may appear with a block).-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
visitInitializer
- Throws:
EX
-
visitFieldDeclaration
- Throws:
EX
-