Uses of Interface
com.sun.source.tree.DirectiveTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of DirectiveTree in com.sun.source.tree
Modifier and TypeInterfaceDescriptioninterface
A tree node for an 'exports' directive in a module declaration.interface
A tree node for an 'opens' directive in a module declaration.interface
A tree node for a 'provides' directive in a module declaration.interface
A tree node for a 'requires' directive in a module declaration.interface
A tree node for a 'uses' directive in a module declaration.Modifier and TypeMethodDescriptionList<? extends DirectiveTree>
ModuleTree.getDirectives()
Returns the directives in the module declaration.