Package org.codehaus.janino
Interface Visitor.TypeVisitor<R,EX extends Throwable>
- Type Parameters:
R- The type of the object returned by thevisit*()methodsEX- The exception that thevisit*()methods may throw
- Enclosing class:
- Visitor
public static interface Visitor.TypeVisitor<R,EX extends Throwable>
The visitor for all kinds of
Java.Types.-
Method Summary
Modifier and TypeMethodDescriptionInvoked byJava.ArrayType.accept(Visitor.TypeVisitor)Invoked byJava.SimpleType.accept(Visitor.TypeVisitor)
-
Method Details
-
visitArrayType
Invoked byJava.ArrayType.accept(Visitor.TypeVisitor) -
visitPrimitiveType
-
visitReferenceType
-
visitRvalueMemberType
-
visitSimpleType
Invoked byJava.SimpleType.accept(Visitor.TypeVisitor)
-