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 interface
Visitor.AtomVisitor
The visitor for all kinds ofJava.Atom
s.static interface
Visitor.ComprehensiveVisitor
Classes in org.codehaus.janino that implement Visitor.TypeVisitor 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.TypeVisitor Modifier and Type Method Description void
Java.ArrayType. accept(Visitor.TypeVisitor visitor)
void
Java.BasicType. accept(Visitor.TypeVisitor visitor)
void
Java.ReferenceType. accept(Visitor.TypeVisitor visitor)
void
Java.RvalueMemberType. accept(Visitor.TypeVisitor visitor)
void
Java.SimpleType. accept(Visitor.TypeVisitor visitor)
abstract void
Java.Type. accept(Visitor.TypeVisitor visitor)
-