| Modifier and Type | Field and Description |
|---|---|
static TokenRole |
EXTENDS_KEYWORD_ROLE |
static TokenRole |
SUPER_KEYWORD_ROLE |
static TokenRole |
WILDCARD_TOKEN_ROLE |
EMPTY_TYPES, NULLAST_NODE_USED_FLAGS, flagsCHILD_ITERATOR| Constructor and Description |
|---|
WildcardType() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
acceptVisitor(IAstVisitor<? super T,? extends R> visitor,
T data) |
AstNodeCollection<AstType> |
getExtendsBounds() |
AstNodeCollection<AstType> |
getSuperBounds() |
JavaTokenNode |
getWildcardToken() |
boolean |
matches(INode other,
Match match) |
clone, forPattern, getNodeType, invoke, invoke, invoke, invoke, makeArrayType, member, toTypeReferenceaddChild, contains, contains, copyUserDataFrom, freezeCore, getAncestors, getAncestors, getAncestorsAndSelf, getChildByRole, getChildren, getChildrenByRole, getDescendants, getDescendantsAndSelf, getEndLocation, getFirstChild, getLastChild, getNextNode, getNextSibling, getNextSibling, getParent, getParent, getPreviousNode, getPreviousSibling, getPreviousSibling, getRegion, getRole, getStartLocation, getText, getText, getUserData, hasChildren, insertChildAfter, insertChildBefore, insertChildrenAfter, insertChildrenBefore, isAncestorOf, isDescendantOf, isInside, isInside, isLoop, isNull, isReference, isUnconditionalBranch, match, matches, matchesCollection, matchString, putUserData, putUserDataIfAbsent, remove, replace, replaceWith, replaceWith, setChildByRole, setRole, toStringpublic static final TokenRole WILDCARD_TOKEN_ROLE
public static final TokenRole EXTENDS_KEYWORD_ROLE
public static final TokenRole SUPER_KEYWORD_ROLE
public final JavaTokenNode getWildcardToken()
public final AstNodeCollection<AstType> getExtendsBounds()
public final AstNodeCollection<AstType> getSuperBounds()
public <T,R> R acceptVisitor(IAstVisitor<? super T,? extends R> visitor, T data)
acceptVisitor in class AstNode