Uses of Interface
org.codehaus.janino.Visitor.TypeVisitor
-
Packages that use Visitor.TypeVisitor Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Visitor.TypeVisitor in org.codehaus.janino
Subinterfaces of Visitor.TypeVisitor in org.codehaus.janino Modifier and Type Interface Description static interfaceVisitor.AtomVisitorThe visitor for all kinds ofJava.Atoms.static interfaceVisitor.ComprehensiveVisitorClasses in org.codehaus.janino that implement Visitor.TypeVisitor 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.TypeVisitor Modifier and Type Method Description voidJava.ArrayType. accept(Visitor.TypeVisitor visitor)voidJava.BasicType. accept(Visitor.TypeVisitor visitor)voidJava.ReferenceType. accept(Visitor.TypeVisitor visitor)voidJava.RvalueMemberType. accept(Visitor.TypeVisitor visitor)voidJava.SimpleType. accept(Visitor.TypeVisitor visitor)abstract voidJava.Type. accept(Visitor.TypeVisitor visitor)
-