Package org.sonar.java.model
Interface JavaTree.AnnotatedTypeTree
-
- All Known Implementing Classes:
IdentifierTreeImpl,JavaTree.ArrayTypeTreeImpl,JavaTree.ParameterizedTypeTreeImpl,JavaTree.PrimitiveTypeTreeImpl,JavaTree.WildcardTreeImpl,MemberSelectExpressionTreeImpl
- Enclosing class:
- JavaTree
public static interface JavaTree.AnnotatedTypeTree extends TypeTree
This interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing. Note thatInferedTypeTreeandUnionTypeTreecan not have annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(List<AnnotationTree> annotations)-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parent
-
Methods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
-
-
-
Method Detail
-
complete
void complete(List<AnnotationTree> annotations)
-
-