public final class WildcardType extends Type
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
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) |
addOrphanComment, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, 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)
Copyright © 2007-2019. All Rights Reserved.