? ? extends Number ? super T
A wildcard may have its upper bound explicitly set by an {@code extends} clause, its lower bound explicitly set by a{@code super} clause, or neither (but not both). @author Joseph D. Darcy @author Scott Seligman @author Peter von der Ahé @since 1.6
WildcardType: ? [ ( extends | super) Type ]
Not all node arrangements will represent legal Java constructs. In particular, it is nonsense if a wildcard type node appears anywhere other than as an argument of a ParameterizedType
node.
WildcardType: { Annotation } ? [ ( extends | super) Type ]
Not all node arrangements will represent legal Java constructs. In particular, it is nonsense if a wildcard type node appears anywhere other than as an argument of a ParameterizedType
node.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|