Home
last modified time | relevance | path

Searched refs:ctorNames (Results 1 – 1 of 1) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLIndexes.java538 ctorNames = new ArrayList(); // Index[] in emitConstructorsIndex()
560 ctorNames.add(new Index(className, 0, pkgName, ctor.getSignature())); in emitConstructorsIndex()
567 ctorNames.add(idx); in emitConstructorsIndex()
572 ctorNames.add(new Index(className, 2, pkgName, ctor.newType_)); in emitConstructorsIndex()
576 Collections.sort(ctorNames); in emitConstructorsIndex()
578 emitIndexEntries(ctorNames.iterator()); in emitConstructorsIndex()
580 emitMissingSinces(ctorNames.iterator()); in emitConstructorsIndex()
602 generateLetterIndex(ctorNames, sw, false); in emitCtorIndexEntry()
870 allNames.addAll(ctorNames); in emitAllDiffsIndex()
955 private List ctorNames = null; // Index[] field in HTMLIndexes