Interface ProvidesDirectiveTree
- All Superinterfaces:
ModuleDirectiveTree
,Tree
- All Known Implementing Classes:
ProvidesDirectiveTreeImpl
The 'provides' directive from java 9 module directives
JLS9 - ยง7.7.4
providestypeName()
withtypeNames()
;
- Since:
- Java 9
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.ModuleDirectiveTree
directiveKeyword, semicolonToken
-
Method Details
-
typeName
TypeTree typeName() -
withKeyword
SyntaxToken withKeyword() -
typeNames
-