Searched refs:iterCtor (Results 1 – 1 of 1) sorted by relevance
557 Iterator iterCtor = classDiff.ctorsRemoved.iterator(); in emitConstructorsIndex() local558 while ((indexType == 3 || indexType == 0) && iterCtor.hasNext()) { in emitConstructorsIndex()559 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next()); in emitConstructorsIndex()562 iterCtor = classDiff.ctorsAdded.iterator(); in emitConstructorsIndex()563 while ((indexType == 3 || indexType == 1) && iterCtor.hasNext()) { in emitConstructorsIndex()564 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next()); in emitConstructorsIndex()569 iterCtor = classDiff.ctorsChanged.iterator(); in emitConstructorsIndex()570 while ((indexType == 3 || indexType == 2) && iterCtor.hasNext()) { in emitConstructorsIndex()571 MemberDiff ctor = (MemberDiff)(iterCtor.next()); in emitConstructorsIndex()