Class WildcardType

All Implemented Interfaces:
NodeWithAnnotations<WildcardType>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedType>, Cloneable

public class WildcardType extends Type implements NodeWithAnnotations<WildcardType>
A wildcard type argument. Examples:
void printCollection(Collection<?> c) { ... }
boolean addAll(Collection<? extends E> c)
Reference(T referent, ReferenceQueue<? super T> queue)
Author:
Julio Vilmar Gesser