public class DeclarationList extends java.util.ArrayList<Declaration>
| Constructor and Description |
|---|
DeclarationList() |
DeclarationList(DeclarationList inherited) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Declaration decl) |
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, trimToSizepublic DeclarationList()
public DeclarationList(DeclarationList inherited)
public boolean add(Declaration decl)
add in interface java.util.Collection<Declaration>add in interface java.util.List<Declaration>add in class java.util.ArrayList<Declaration>