Interface JavaTree.AnnotatedTypeTree
- All Known Implementing Classes:
IdentifierTreeImpl, JavaTree.ArrayTypeTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.WildcardTreeImpl, MemberSelectExpressionTreeImpl, VarTypeTreeImpl
- Enclosing class:
JavaTree
This interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing.
Note that
InferedTypeTree and UnionTypeTree can not have annotations.-
Nested Class Summary
-
Method Summary
Methods inherited from interface Tree
accept, firstToken, is, kind, lastToken, parentMethods inherited from interface TypeTree
annotations, symbolType
-
Method Details
-
complete
-