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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamInfoMap 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 © 2018. All rights reserved.