Class ModuleNameTreeImpl
- All Implemented Interfaces:
Iterable<IdentifierTree>, Collection<IdentifierTree>, List<IdentifierTree>, ListTree<IdentifierTree>, ModuleNameTree, Tree
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplModifier and TypeClassDescriptionstatic interfaceThis interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
-
Method Summary
Methods inherited from class 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, toArrayModifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) voidadd(int index, IdentifierTree element) booleanbooleanaddAll(int index, Collection<? extends IdentifierTree> c) booleanaddAll(Collection<? extends IdentifierTree> c) children()Creates iterable for children of this node.voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) intbooleanisEmpty()iterator()kind()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) set(int index, IdentifierTree element) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<U> U[]toArray(U[] a) Methods inherited from class JavaTree
allTokens, firstToken, getChildren, getLine, is, isLeaf, lastToken, parent, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
emptyList
-