public static class JavaTree.WildcardTreeImpl extends AbstractTypedTree implements WildcardTree, JavaTree.AnnotatedTypeTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl
grammarRuleKey
Constructor and Description |
---|
WildcardTreeImpl(InternalSyntaxToken queryToken) |
WildcardTreeImpl(Tree.Kind kind,
InternalSyntaxToken extendsOrSuperToken,
TypeTree bound) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TreeVisitor visitor) |
List<AnnotationTree> |
annotations() |
TypeTree |
bound() |
Iterable<Tree> |
children()
Creates iterable for children of this node.
|
JavaTree.WildcardTreeImpl |
complete(InternalSyntaxToken queryToken) |
void |
complete(List<AnnotationTree> annotations) |
SyntaxToken |
extendsOrSuperToken() |
Tree.Kind |
kind() |
SyntaxToken |
queryToken() |
completeMissingType, isTypeSet, setInferedType, setType, symbolType
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
symbolType
firstToken, is, lastToken, parent
public WildcardTreeImpl(InternalSyntaxToken queryToken)
public WildcardTreeImpl(Tree.Kind kind, InternalSyntaxToken extendsOrSuperToken, TypeTree bound)
public JavaTree.WildcardTreeImpl complete(InternalSyntaxToken queryToken)
public void complete(List<AnnotationTree> annotations)
complete
in interface JavaTree.AnnotatedTypeTree
public List<AnnotationTree> annotations()
annotations
in interface TypeTree
annotations
in interface WildcardTree
public SyntaxToken queryToken()
queryToken
in interface WildcardTree
@Nullable public SyntaxToken extendsOrSuperToken()
extendsOrSuperToken
in interface WildcardTree
@Nullable public TypeTree bound()
bound
in interface WildcardTree
public void accept(TreeVisitor visitor)
Copyright © 2012–2018 SonarSource. All rights reserved.