Package org.bytedeco.javacpp.tools
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 java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Declaration decl) booleanadd(Declaration decl, String fullName) (package private) StringMethods inherited from class java.util.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 java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.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
-