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