Class DeclarationList
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Declaration>, Collection<Declaration>, List<Declaration>, RandomAccess, SequencedCollection<Declaration>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Context(package private) ListIterator<Info> (package private) InfoMap(package private) DeclarationList(package private) String(package private) TemplateMapFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Declaration decl) booleanadd(Declaration decl, String fullName) (package private) StringMethods inherited from class ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
infoMap
InfoMap infoMap -
context
Context context -
templateMap
TemplateMap templateMap -
infoIterator
ListIterator<Info> infoIterator -
spacing
String spacing -
inherited
DeclarationList inherited
-
-
Constructor Details
-
DeclarationList
DeclarationList() -
DeclarationList
DeclarationList(DeclarationList inherited)
-
-
Method Details
-
rescan
-
add
- Specified by:
addin interfaceCollection<Declaration>- Specified by:
addin interfaceList<Declaration>- Overrides:
addin classArrayList<Declaration>
-
add
-