Uses of Interface
com.sun.source.tree.ImportTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ImportTree in com.sun.source.tree
Modifier and TypeMethodDescriptionList
<? extends ImportTree> CompilationUnitTree.getImports()
Returns the import declarations appearing in this compilation unit, or an empty list if there are no import declarations.Modifier and TypeMethodDescriptionTreeVisitor.visitImport
(ImportTree node, P p) Visits anImportTree
node. -
Uses of ImportTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitImport
(ImportTree node, P p) Visits anImportTree
node.TreeScanner.visitImport
(ImportTree node, P p) Visits anImportTree
node.