public final class WildcardType extends Type
Constructor and Description |
---|
WildcardType() |
WildcardType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup) |
WildcardType(ReferenceType ext) |
WildcardType(ReferenceType ext,
ReferenceType sup) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
ReferenceType |
getExtends() |
ReferenceType |
getSuper() |
void |
setExtends(ReferenceType ext) |
void |
setSuper(ReferenceType sup) |
getAnnotations, setAnnotations
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public WildcardType()
public WildcardType(ReferenceType ext)
public WildcardType(ReferenceType ext, ReferenceType sup)
public WildcardType(int beginLine, int beginColumn, int endLine, int endColumn, ReferenceType ext, ReferenceType sup)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public ReferenceType getExtends()
public ReferenceType getSuper()
public void setExtends(ReferenceType ext)
public void setSuper(ReferenceType sup)