Uses of Interface
com.sun.source.tree.AnnotatedTypeTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of AnnotatedTypeTree in com.sun.source.tree
Modifier and TypeMethodDescriptionTreeVisitor.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node. -
Uses of AnnotatedTypeTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.TreeScanner.visitAnnotatedType
(AnnotatedTypeTree node, P p) Visits an AnnotatedTypeTree node.