Iterable<ModuleNameTree>
, Collection<ModuleNameTree>
, List<ModuleNameTree>
, ListTree<ModuleNameTree>
, Tree
public class ModuleNameListTreeImpl extends ListTreeImpl<ModuleNameTree>
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl
grammarRuleKey
Constructor | Description |
---|---|
ModuleNameListTreeImpl(List<ModuleNameTree> moduleNames,
List<SyntaxToken> separators) |
Modifier and Type | Method | Description |
---|---|---|
static ModuleNameListTreeImpl |
emptyList() |
parallelStream, removeIf, stream
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParent
equals, hashCode, replaceAll, sort, spliterator
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstToken, is, lastToken, parent
public ModuleNameListTreeImpl(List<ModuleNameTree> moduleNames, List<SyntaxToken> separators)
public static ModuleNameListTreeImpl emptyList()
Copyright © 2012–2018 SonarSource. All rights reserved.