Package org.jvnet.tiger_types
Class TypeVisitor<T,P>
java.lang.Object
org.jvnet.tiger_types.TypeVisitor<T,P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
protected abstract T
onGenericArray
(GenericArrayType g, P param) protected abstract T
onParameterizdType
(ParameterizedType p, P param) protected abstract T
onVariable
(TypeVariable v, P param) protected abstract T
onWildcard
(WildcardType w, P param) final T
-
Constructor Details
-
TypeVisitor
TypeVisitor()
-
-
Method Details
-
visit
-
onClass
-
onParameterizdType
-
onGenericArray
-
onVariable
-
onWildcard
-