Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java553 ConstructorAPI ctorAPI = (ConstructorAPI)(iter.next()); in reportAllCtors() local
554 String ctorType = ctorAPI.type_; in reportAllCtors()
559 writeCtorTableEntry(pkgName, className, ctorType, 0, ctorAPI.doc_, false); in reportAllCtors()
569 ConstructorAPI ctorAPI = (ConstructorAPI)(iter.next()); in reportAllCtors() local
570 String ctorType = ctorAPI.type_; in reportAllCtors()
575 writeCtorTableEntry(pkgName, className, ctorType, 1, ctorAPI.doc_, false); in reportAllCtors()