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
-
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)- Throws:
EX
-
visitPrimitiveType
- Throws:
EX
-
visitReferenceType
- Throws:
EX
-
visitRvalueMemberType
- Throws:
EX
-
visitSimpleType
Invoked byJava.SimpleType.accept(Visitor.TypeVisitor)- Throws:
EX
-