Home | History | Annotate | Download | only in doclava

Lines Matching defs:constructors

422     for (MethodInfo method : cl.constructors()) {
442 // default constructor in the case where there are no written constructors.
443 // So, if we hide all the constructors, java may put in a constructor
444 // that calls a nonexistent super class constructor. So, if there are no constructors,
448 if ((cl.constructors().isEmpty() && (!cl.getNonWrittenConstructors().isEmpty() || fieldNeedsInitialization))
451 // cl.position(), "No constructors " +
673 ArrayList<MethodInfo> ctors = base.constructors();
719 // to avoid collisions with other constructors. If the type is generic
861 ArrayList<MethodInfo> constructors = cl.constructors();
862 Collections.sort(constructors, MethodInfo.comparator);
863 for (MethodInfo mi : constructors) {
1090 ArrayList<MethodInfo> constructors = cl.constructors();
1091 Collections.sort(constructors, MethodInfo.comparator);
1092 for (MethodInfo mi : constructors) {
1289 ArrayList<MethodInfo> constructors = cl.constructors();
1290 Collections.sort(constructors, MethodInfo.comparator);
1291 for (MethodInfo mi : constructors) {