R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.TypeArgumentVisitor<R,EX extends Throwable>
Java.TypeArguments.| Modifier and Type | Method and Description |
|---|---|
R |
visitArrayType(Java.ArrayType arrayType)
|
R |
visitReferenceType(Java.ReferenceType rt)
|
R |
visitWildcard(Java.Wildcard w)
|
@Nullable R visitWildcard(Java.Wildcard w) throws EX extends Throwable
@Nullable R visitReferenceType(Java.ReferenceType rt) throws EX extends Throwable