class DeclarationList extends LinkedList<Declaration>
| Modifier and Type | Field and Description |
|---|---|
(package private) Context |
context |
(package private) ListIterator<Info> |
infoIterator |
(package private) InfoMap |
infoMap |
(package private) String |
spacing |
(package private) TemplateMap |
templateMap |
modCount| Constructor and Description |
|---|
DeclarationList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Declaration decl) |
(package private) String |
rescan(String lines) |
add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListInfoMap infoMap
Context context
TemplateMap templateMap
ListIterator<Info> infoIterator
String spacing
public boolean add(Declaration decl)
add in interface Collection<Declaration>add in interface Deque<Declaration>add in interface List<Declaration>add in interface Queue<Declaration>add in class LinkedList<Declaration>Copyright © 2014. All Rights Reserved.