Interface ModuleNameTree
- All Superinterfaces:
Collection<IdentifierTree>
,Iterable<IdentifierTree>
,List<IdentifierTree>
,ListTree<IdentifierTree>
,Tree
- All Known Implementing Classes:
ModuleNameTreeImpl
Module Name.
JLS 9 - ยง6.5
- Since:
- Java 9
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
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