Uses of Interface
org.codehaus.janino.Visitor.TypeDeclarationVisitor
-
Packages that use Visitor.TypeDeclarationVisitor Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Visitor.TypeDeclarationVisitor in org.codehaus.janino
Subinterfaces of Visitor.TypeDeclarationVisitor in org.codehaus.janino Modifier and Type Interface Description static interface
Visitor.ComprehensiveVisitor
Classes in org.codehaus.janino that implement Visitor.TypeDeclarationVisitor Modifier and Type Class Description class
UnparseVisitor
A visitor that unparses (un-compiles) an AST to aWriter
.Methods in org.codehaus.janino with parameters of type Visitor.TypeDeclarationVisitor Modifier and Type Method Description void
Java.AnonymousClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.LocalClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.MemberClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.MemberInterfaceDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.PackageMemberClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.PackageMemberInterfaceDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
void
Java.TypeDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)
Invokes the 'visit...()
' method ofVisitor.TypeDeclarationVisitor
for the concreteJava.TypeDeclaration
type.
-