Uses of Interface
org.codehaus.janino.Visitor.TypeArgumentVisitor
-
Packages that use Visitor.TypeArgumentVisitor Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Visitor.TypeArgumentVisitor in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Visitor.TypeArgumentVisitor Modifier and Type Method Description <R,EX extends java.lang.Throwable>
RJava.ArrayType. accept(Visitor.TypeArgumentVisitor<R,EX> visitor)<R,EX extends java.lang.Throwable>
RJava.ReferenceType. accept(Visitor.TypeArgumentVisitor<R,EX> visitor)<R,EX extends java.lang.Throwable>
RJava.TypeArgument. accept(Visitor.TypeArgumentVisitor<R,EX> visitor)Invokes the "visit...()" method ofVisitor.TypeArgumentVisitorfor the concreteJava.TypeArgumenttype.<R,EX extends java.lang.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.TypeArgumentVisitor Modifier and Type Field Description private Visitor.TypeArgumentVisitor<Java.TypeArgument,CompileException>DeepCopier. typeArgumentCopier
-