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 interfaceVisitor.ComprehensiveVisitorClasses in org.codehaus.janino that implement Visitor.TypeDeclarationVisitor Modifier and Type Class Description classUnparseVisitorA 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 voidJava.AnonymousClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.LocalClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.MemberClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.MemberInterfaceDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.PackageMemberClassDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.PackageMemberInterfaceDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)voidJava.TypeDeclaration. accept(Visitor.TypeDeclarationVisitor visitor)Invokes the 'visit...()' method ofVisitor.TypeDeclarationVisitorfor the concreteJava.TypeDeclarationtype.
-