Package org.bytedeco.javacpp.tools
Class DeclarationList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Declaration>
-
- org.bytedeco.javacpp.tools.DeclarationList
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Declaration>,java.util.Collection<Declaration>,java.util.List<Declaration>,java.util.RandomAccess
class DeclarationList extends java.util.ArrayList<Declaration>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Contextcontext(package private) java.util.ListIterator<Info>infoIterator(package private) InfoMapinfoMap(package private) DeclarationListinherited(package private) java.lang.Stringspacing(package private) TemplateMaptemplateMap
-
Constructor Summary
Constructors Constructor Description DeclarationList()DeclarationList(DeclarationList inherited)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Declaration decl)booleanadd(Declaration decl, java.lang.String fullName)(package private) java.lang.Stringrescan(java.lang.String lines)-
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Field Detail
-
infoMap
InfoMap infoMap
-
context
Context context
-
templateMap
TemplateMap templateMap
-
infoIterator
java.util.ListIterator<Info> infoIterator
-
spacing
java.lang.String spacing
-
inherited
DeclarationList inherited
-
-
Constructor Detail
-
DeclarationList
DeclarationList()
-
DeclarationList
DeclarationList(DeclarationList inherited)
-
-
Method Detail
-
rescan
java.lang.String rescan(java.lang.String lines)
-
add
public boolean add(Declaration decl)
- Specified by:
addin interfacejava.util.Collection<Declaration>- Specified by:
addin interfacejava.util.List<Declaration>- Overrides:
addin classjava.util.ArrayList<Declaration>
-
add
public boolean add(Declaration decl, java.lang.String fullName)
-
-