class DeclarationList extends ArrayList<Declaration>
Modifier and Type | Field and Description |
---|---|
(package private) Context |
context |
(package private) ListIterator<Info> |
infoIterator |
(package private) InfoMap |
infoMap |
(package private) DeclarationList |
inherited |
(package private) String |
spacing |
(package private) TemplateMap |
templateMap |
modCount
Constructor and Description |
---|
DeclarationList() |
DeclarationList(DeclarationList inherited) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Declaration decl) |
(package private) String |
rescan(String lines) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
InfoMap infoMap
Context context
TemplateMap templateMap
ListIterator<Info> infoIterator
String spacing
DeclarationList inherited
DeclarationList()
DeclarationList(DeclarationList inherited)
public boolean add(Declaration decl)
add
in interface Collection<Declaration>
add
in interface List<Declaration>
add
in class ArrayList<Declaration>
Copyright © 2020. All rights reserved.