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) |
getAnnotations, setAnnotationsaddOrphanComment, clone, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentspublic 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)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic ReferenceType getExtends()
public ReferenceType getSuper()
public void setExtends(ReferenceType ext)
public void setSuper(ReferenceType sup)
Copyright © 2007–2016. All rights reserved.