Uses of Interface
org.codehaus.janino.Visitor.TypeBodyDeclarationVisitor
-
Packages that use Visitor.TypeBodyDeclarationVisitor Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Visitor.TypeBodyDeclarationVisitor in org.codehaus.janino
Subinterfaces of Visitor.TypeBodyDeclarationVisitor in org.codehaus.janino Modifier and Type Interface Description static interfaceVisitor.ComprehensiveVisitorClasses in org.codehaus.janino that implement Visitor.TypeBodyDeclarationVisitor 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.TypeBodyDeclarationVisitor Modifier and Type Method Description voidJava.ConstructorDeclarator. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.FieldDeclaration. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.Initializer. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.MemberClassDeclaration. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.MemberInterfaceDeclaration. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.MethodDeclarator. accept(Visitor.TypeBodyDeclarationVisitor visitor)voidJava.TypeBodyDeclaration. accept(Visitor.TypeBodyDeclarationVisitor visitor)Invokes the 'visit...()' method ofVisitor.TypeBodyDeclarationVisitorfor the concreteJava.TypeBodyDeclarationtype.
-