public final class WildcardType extends Type
| Constructor and Description |
|---|
WildcardType() |
WildcardType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup) |
WildcardType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup,
List<AnnotationExpr> annotations) |
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, setAnnotationscontains, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, isInEqualLocation, isNewNode, isPreviousThan, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic 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 WildcardType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup,
List<AnnotationExpr> annotations)
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 © 2015. All rights reserved.