Package org.codehaus.janino
Class Visitor
java.lang.Object
org.codehaus.janino.Visitor
Basis for the "visitor" pattern as described in "Gamma, Helm, Johnson,
Vlissides: Design Patterns".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
The visitor for all kinds of block statements (statements that may appear with a block).static interface
static interface
static interface
static interface
The visitor for all kinds of IMPORT declarations.static interface
static interface
static interface
The visitor for all kinds of type body declarations (declarations that may appear in the body of a type declaration).static interface
The visitor for all kinds of type declarations.static interface
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Visitor
public Visitor()
-