com.sun.xml.bind.v2.model.nav
abstract class TypeVisitor<T,P> extends Object
Method Summary | |
---|---|
protected abstract T | onClass(Class c, P param) |
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) |
T | visit(Type t, P param) |