Uses of Interface
com.sun.source.tree.PackageTree
Packages that use PackageTree
包
描述
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of PackageTree in com.sun.source.tree
Methods in com.sun.source.tree that return PackageTree修饰符和类方法描述CompilationUnitTree.getPackage()
Returns the package tree associated with this compilation unit, ornull
if there is no package declaration.Methods in com.sun.source.tree with parameters of type PackageTree -
Uses of PackageTree in com.sun.source.util
Methods in com.sun.source.util with parameters of type PackageTree修饰符和类方法描述SimpleTreeVisitor.visitPackage
(PackageTree node, P p) Visits aPackageTree
node.TreeScanner.visitPackage
(PackageTree node, P p) Visits aPackageTree
node.