Package org.sonar.java.model.declaration
Class ModuleNameListTreeImpl
- java.lang.Object
-
- org.sonar.java.model.JavaTree
-
- org.sonar.java.ast.parser.ListTreeImpl<ModuleNameTree>
-
- org.sonar.java.model.declaration.ModuleNameListTreeImpl
-
- All Implemented Interfaces:
Iterable<ModuleNameTree>
,Collection<ModuleNameTree>
,List<ModuleNameTree>
,ListTree<ModuleNameTree>
,Tree
public class ModuleNameListTreeImpl extends ListTreeImpl<ModuleNameTree>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.java.model.JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl
-
-
Field Summary
-
Fields inherited from class org.sonar.java.model.JavaTree
grammarRuleKey
-
-
Constructor Summary
Constructors Constructor Description ModuleNameListTreeImpl(List<ModuleNameTree> moduleNames, List<SyntaxToken> separators)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ModuleNameListTreeImpl
emptyList()
-
Methods inherited from class org.sonar.java.ast.parser.ListTreeImpl
accept, add, add, addAll, addAll, children, clear, contains, containsAll, get, indexOf, isEmpty, iterator, kind, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, separators, set, size, subList, toArray, toArray
-
Methods inherited from class org.sonar.java.model.JavaTree
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
firstToken, is, lastToken, parent
-
-
-
-
Constructor Detail
-
ModuleNameListTreeImpl
public ModuleNameListTreeImpl(List<ModuleNameTree> moduleNames, List<SyntaxToken> separators)
-
-
Method Detail
-
emptyList
public static ModuleNameListTreeImpl emptyList()
-
-