public class WildcardType extends Type implements NodeWithAnnotations<WildcardType>
void printCollection(Collection<?> c) { ... }
boolean addAll(Collection<? extends E> c)
Reference(T referent, ReferenceQueue<? super T> queue)Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversalABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, SYMBOL_RESOLVER_KEY| Constructor and Description |
|---|
WildcardType() |
WildcardType(ReferenceType extendedType) |
WildcardType(ReferenceType extendedType,
ReferenceType superType,
NodeList<AnnotationExpr> annotations) |
WildcardType(TokenRange tokenRange,
ReferenceType extendedType,
ReferenceType superType)
This constructor is used by the parser and is considered private.
|
WildcardType(TokenRange tokenRange,
ReferenceType extendedType,
ReferenceType superType,
NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.
|
| 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.
|
String |
asString() |
WildcardType |
asWildcardType() |
WildcardType |
clone() |
Optional<ReferenceType> |
getExtendedType() |
WildcardTypeMetaModel |
getMetaModel() |
Optional<ReferenceType> |
getSuperType() |
void |
ifWildcardType(Consumer<WildcardType> action) |
boolean |
isWildcardType() |
boolean |
remove(Node node) |
WildcardType |
removeExtendedType() |
WildcardType |
removeSuperType() |
boolean |
replace(Node node,
Node replacementNode) |
ResolvedWildcard |
resolve() |
WildcardType |
setAnnotations(NodeList<AnnotationExpr> annotations) |
WildcardType |
setExtendedType(ReferenceType extendedType)
Sets the extended type
|
WildcardType |
setSuperType(ReferenceType superType)
Sets the supertype
|
Optional<WildcardType> |
toWildcardType() |
asArrayType, asClassOrInterfaceType, asIntersectionType, asPrimitiveType, asReferenceType, asTypeParameter, asUnionType, asUnknownType, asVarType, asVoidType, getAnnotation, getAnnotations, getArrayLevel, getElementType, ifArrayType, ifClassOrInterfaceType, ifIntersectionType, ifPrimitiveType, ifReferenceType, ifTypeParameter, ifUnionType, ifUnknownType, ifVarType, ifVoidType, isArrayType, isClassOrInterfaceType, isIntersectionType, isPrimitiveType, isReferenceType, isTypeParameter, isUnionType, isUnknownType, isVarType, isVoidType, toArrayType, toClassOrInterfaceType, toIntersectionType, toPrimitiveType, toReferenceType, toTypeParameter, toUnionType, toUnknownType, toVarType, toVoidTypeaddOrphanComment, containsData, customInitialization, equals, findAll, findAll, findCompilationUnit, findFirst, findFirst, findFirst, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getDataKeys, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getSymbolResolver, getTokenRange, getToStringPrettyPrinterConfiguration, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeData, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, setToStringPrettyPrinterConfiguration, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walkfinalize, getClass, notify, notifyAll, wait, wait, waitaddAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, getAnnotations, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitfindAncestor, findAncestorcontainsWithin, getBegin, getEndpublic WildcardType()
public WildcardType(ReferenceType extendedType)
public WildcardType(ReferenceType extendedType, ReferenceType superType, NodeList<AnnotationExpr> annotations)
public WildcardType(TokenRange tokenRange, ReferenceType extendedType, ReferenceType superType, NodeList<AnnotationExpr> annotations)
public WildcardType(TokenRange tokenRange, ReferenceType extendedType, ReferenceType superType)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic Optional<ReferenceType> getExtendedType()
public Optional<ReferenceType> getSuperType()
public WildcardType setExtendedType(ReferenceType extendedType)
extendedType - the extends, can be nullpublic WildcardType setSuperType(ReferenceType superType)
superType - the super, can be nullpublic WildcardType setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<WildcardType>setAnnotations in class Typepublic WildcardType removeExtendedType()
public WildcardType removeSuperType()
public WildcardType clone()
public WildcardTypeMetaModel getMetaModel()
getMetaModel in class Typepublic boolean isWildcardType()
isWildcardType in class Typepublic WildcardType asWildcardType()
asWildcardType in class Typepublic void ifWildcardType(Consumer<WildcardType> action)
ifWildcardType in class Typepublic ResolvedWildcard resolve()
resolve in interface Resolvable<ResolvedType>resolve in class Typepublic Optional<WildcardType> toWildcardType()
toWildcardType in class TypeCopyright © 2007–2019. All rights reserved.