Uses of Interface
org.codehaus.janino.Visitor.TypeArgumentVisitor
Packages that use Visitor.TypeArgumentVisitor
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Visitor.TypeArgumentVisitor in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Visitor.TypeArgumentVisitorModifier and TypeMethodDescription<R, EX extends Throwable>
RJava.ArrayType.accept(Visitor.TypeArgumentVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.ReferenceType.accept(Visitor.TypeArgumentVisitor<R, EX> visitor) <R, EX extends Throwable>
RJava.TypeArgument.accept(Visitor.TypeArgumentVisitor<R, EX> visitor) Invokes the "visit...()" method ofVisitor.TypeArgumentVisitorfor the concreteJava.TypeArgumenttype.final <R, EX extends Throwable>
RJava.Wildcard.accept(Visitor.TypeArgumentVisitor<R, EX> visitor) -
Uses of Visitor.TypeArgumentVisitor in org.codehaus.janino.util
Fields in org.codehaus.janino.util declared as Visitor.TypeArgumentVisitorModifier and TypeFieldDescriptionprivate final Visitor.TypeArgumentVisitor<Java.TypeArgument, CompileException> DeepCopier.typeArgumentCopier