public static class JavaTree.WildcardTreeImpl extends JavaTree implements WildcardTree
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) |
JavaTree.WildcardTreeImpl |
complete(List<AnnotationTree> annotations) |
SyntaxToken |
extendsOrSuperToken() |
Tree.Kind |
kind() |
SyntaxToken |
queryToken() |
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstToken, is, lastToken, parent
public WildcardTreeImpl(InternalSyntaxToken queryToken)
public WildcardTreeImpl(Tree.Kind kind, InternalSyntaxToken extendsOrSuperToken, TypeTree bound)
public JavaTree.WildcardTreeImpl complete(InternalSyntaxToken queryToken)
public JavaTree.WildcardTreeImpl complete(List<AnnotationTree> annotations)
public List<AnnotationTree> annotations()
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–2017 SonarSource. All rights reserved.