Class AnnotationTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.AbstractTypedTree
org.sonar.java.model.expression.AssessableExpressionTree
org.sonar.java.model.declaration.AnnotationTreeImpl
- All Implemented Interfaces:
AnnotationTree, ExpressionTree, ModifierTree, Tree
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl -
Field Summary
Fields inherited from class AbstractTypedTree
typeBinding -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationTreeImpl(InternalSyntaxToken atToken, TypeTree annotationType, ArgumentListTreeImpl arguments) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) atToken()children()Creates iterable for children of this node.kind()Methods inherited from class AssessableExpressionTree
asConstant, asConstantMethods inherited from class AbstractTypedTree
symbolTypeMethods inherited from class JavaTree
allTokens, firstToken, getChildren, getLine, is, isLeaf, lastToken, parent, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExpressionTree
asConstant, asConstant, symbolTypeMethods inherited from interface Tree
firstToken, is, lastToken, parent
-
Constructor Details
-
AnnotationTreeImpl
public AnnotationTreeImpl(InternalSyntaxToken atToken, TypeTree annotationType, ArgumentListTreeImpl arguments)
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotationTree
-
arguments
- Specified by:
argumentsin interfaceAnnotationTree
-
kind
-
accept
-
children
-
atToken
- Specified by:
atTokenin interfaceAnnotationTree
-