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) TemplateMap
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(Declaration decl) boolean
add
(Declaration decl, String fullName) (package private) String
Methods 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, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods 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:
add
in interfaceCollection<Declaration>
- Specified by:
add
in interfaceList<Declaration>
- Overrides:
add
in classArrayList<Declaration>
-
add
-