Package org.sonar.plugins.java.api.tree
Interface ModuleNameTree
-
- All Superinterfaces:
Collection<IdentifierTree>
,Iterable<IdentifierTree>
,List<IdentifierTree>
,ListTree<IdentifierTree>
,Tree
- All Known Implementing Classes:
ModuleNameTreeImpl
@Beta public interface ModuleNameTree extends ListTree<IdentifierTree>
Module Name. JLS 9 - ยง6.5- Since:
- Java 9
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface org.sonar.plugins.java.api.tree.ListTree
separators
-
-