Interface UsesDirectiveTree

All Superinterfaces:
ModuleDirectiveTree, Tree
All Known Implementing Classes:
UsesDirectiveTreeImpl

@Beta public interface UsesDirectiveTree extends ModuleDirectiveTree
The 'uses' directive from java 9 module directives JLS9 - ยง7.7.3
   uses typeName() ;
 
Since:
Java 9
  • Method Details