|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.v2.model.nav.TypeVisitor<T,P>
abstract class TypeVisitor<T,P>
| Constructor Summary | |
|---|---|
TypeVisitor()
|
|
| 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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
TypeVisitor()
| Method Detail |
|---|
public final T visit(Type t,
P param)
protected abstract T onClass(Class c,
P param)
protected abstract T onParameterizdType(ParameterizedType p,
P param)
protected abstract T onGenericArray(GenericArrayType g,
P param)
protected abstract T onVariable(TypeVariable v,
P param)
protected abstract T onWildcard(WildcardType w,
P param)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||