Uses of Interface
org.codehaus.janino.Visitor.TypeVisitor
Packages that use Visitor.TypeVisitor
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Visitor.TypeVisitor in org.codehaus.janino
Fields in org.codehaus.janino declared as Visitor.TypeVisitorModifier and TypeFieldDescriptionprivate final Visitor.TypeVisitor<Void, RuntimeException> Unparser.typeUnparserMethods in org.codehaus.janino with parameters of type Visitor.TypeVisitorModifier and TypeMethodDescription<R, EX extends Throwable>
RJava.ArrayType.accept(Visitor.TypeVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.PrimitiveType.accept(Visitor.TypeVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.ReferenceType.accept(Visitor.TypeVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.RvalueMemberType.accept(Visitor.TypeVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.SimpleType.accept(Visitor.TypeVisitor<R, EX> visitor) abstract <R, EX extends Throwable>
RJava.Type.accept(Visitor.TypeVisitor<R, EX> visitor) -
Uses of Visitor.TypeVisitor in org.codehaus.janino.util
Fields in org.codehaus.janino.util declared as Visitor.TypeVisitorModifier and TypeFieldDescriptionprivate final Visitor.TypeVisitor<Java.Type, CompileException> DeepCopier.typeCopier