public class AnnotationTreeImpl extends AbstractTypedTree implements AnnotationTree
JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplgrammarRuleKey| Constructor and Description |
|---|
AnnotationTreeImpl(InternalSyntaxToken atToken,
TypeTree annotationType,
ArgumentListTreeImpl arguments) |
| Modifier and Type | Method and 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, symbolTypefirstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsymbolTypefirstToken, 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–2017 SonarSource. All rights reserved.