Package org.sonar.plugins.java.api.tree
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.3uses
typeName()
;- Since:
- Java 9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeTree
typeName()
-
Methods inherited from interface org.sonar.plugins.java.api.tree.ModuleDirectiveTree
directiveKeyword, semicolonToken
-
-
-
-
Method Detail
-
typeName
TypeTree typeName()
-
-