Searched refs:currentConstructorIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/
H A DConstructorBuilder.java55 private int currentConstructorIndex; field in class:ConstructorBuilder
170 for (currentConstructorIndex = 0; currentConstructorIndex < size;
171 currentConstructorIndex++) {
173 (ConstructorDoc) constructors.get(currentConstructorIndex),
177 constructorDocTree, (currentConstructorIndex == size - 1)));
193 (ConstructorDoc) constructors.get(currentConstructorIndex)));
204 (ConstructorDoc) constructors.get(currentConstructorIndex), constructorDocTree);
217 (ConstructorDoc) constructors.get(currentConstructorIndex),
229 writer.addTags((ConstructorDoc) constructors.get(currentConstructorIndex),
[all...]

Completed in 29 milliseconds