Uses of Interface
com.sun.source.tree.AnnotationTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of AnnotationTree in com.sun.source.tree
Modifier and TypeMethodDescriptionList
<? extends AnnotationTree> AnnotatedTypeTree.getAnnotations()
Returns the annotations associated with this type expression.List
<? extends AnnotationTree> ModifiersTree.getAnnotations()
Returns the annotations in this modifiers tree.List
<? extends AnnotationTree> ModuleTree.getAnnotations()
Returns the annotations associated with this module declaration.List
<? extends AnnotationTree> NewArrayTree.getAnnotations()
Returns the annotations on the base type.List
<? extends AnnotationTree> PackageTree.getAnnotations()
Returns the annotations associated with this package declaration.List
<? extends AnnotationTree> TypeParameterTree.getAnnotations()
Returns annotations on the type parameter declaration.List
<? extends List<? extends AnnotationTree>> NewArrayTree.getDimAnnotations()
Returns the annotations on each of the dimension expressions.List
<? extends AnnotationTree> CompilationUnitTree.getPackageAnnotations()
Returns the annotations listed on any package declaration at the head of this compilation unit, ornull
if there is no package declaration.Modifier and TypeMethodDescriptionTreeVisitor.visitAnnotation
(AnnotationTree node, P p) Visits anAnnotatedTree
node. -
Uses of AnnotationTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitAnnotation
(AnnotationTree node, P p) Visits anAnnotatedTree
node.TreeScanner.visitAnnotation
(AnnotationTree node, P p) Visits anAnnotatedTree
node.