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.WildcardTreeImplgrammarRuleKey| 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, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstToken, is, lastToken, parentpublic 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 WildcardTreepublic SyntaxToken queryToken()
queryToken in interface WildcardTree@Nullable public SyntaxToken extendsOrSuperToken()
extendsOrSuperToken in interface WildcardTree@Nullable public TypeTree bound()
bound in interface WildcardTreepublic void accept(TreeVisitor visitor)
Copyright © 2012–2017 SonarSource. All rights reserved.