AnnotationTree, ExpressionTree, ModifierTree, Treepublic class AnnotationTreeImpl extends AbstractTypedTree implements AnnotationTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplgrammarRuleKey| Constructor | Description |
|---|---|
AnnotationTreeImpl(InternalSyntaxToken atToken,
TypeTree annotationType,
ArgumentListTreeImpl arguments) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(TreeVisitor visitor) |
|
TypeTree |
annotationType() |
|
Arguments |
arguments() |
|
SyntaxToken |
atToken() |
|
Iterable<Tree> |
children() |
Creates iterable for children of this node.
|
Tree.Kind |
kind() |
completeMissingType, isTypeSet, setInferedType, setType, symbolTypesymbolTypefirstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstToken, is, lastToken, parentpublic AnnotationTreeImpl(InternalSyntaxToken atToken, TypeTree annotationType, ArgumentListTreeImpl arguments)
public TypeTree annotationType()
annotationType in interface AnnotationTreepublic Arguments arguments()
arguments in interface AnnotationTreepublic void accept(TreeVisitor visitor)
public Iterable<Tree> children()
JavaTreenull elements.public SyntaxToken atToken()
atToken in interface AnnotationTreeCopyright © 2012–2018 SonarSource. All rights reserved.