Module jdk.compiler

Interface ExportsTree

All Superinterfaces:
DirectiveTree, Tree

public interface ExportsTree extends DirectiveTree
A tree node for an 'exports' directive in a module declaration. For example:
    exports package-name;
    exports package-name to module-name;
 
Since:
9