Uses of Interface
org.codehaus.janino.Visitor.TypeVisitor
-
Packages that use Visitor.TypeVisitor Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Visitor.TypeVisitor in org.codehaus.janino
Fields in org.codehaus.janino declared as Visitor.TypeVisitor Modifier and Type Field Description private Visitor.TypeVisitor<java.lang.Void,java.lang.RuntimeException>
Unparser. typeUnparser
Methods in org.codehaus.janino with parameters of type Visitor.TypeVisitor Modifier and Type Method Description <R,EX extends java.lang.Throwable>
RJava.ArrayType. accept(Visitor.TypeVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.PrimitiveType. accept(Visitor.TypeVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.ReferenceType. accept(Visitor.TypeVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.RvalueMemberType. accept(Visitor.TypeVisitor<R,EX> visitor)
<R,EX extends java.lang.Throwable>
RJava.SimpleType. accept(Visitor.TypeVisitor<R,EX> visitor)
abstract <R,EX extends java.lang.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.TypeVisitor Modifier and Type Field Description private Visitor.TypeVisitor<Java.Type,CompileException>
DeepCopier. typeCopier
-