Searched refs:allConstructors (Results 1 – 3 of 3) sorted by relevance
196 if (!cl.allConstructors().isEmpty()) { in printClassInfo()198 for (MethodInfo m : cl.allConstructors()) { in printClassInfo()199 if (m != cl.allConstructors().get(0)) { in printClassInfo()
319 cantStripThis(cl.allConstructors(), notStrippable); in cantStripThis()333 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis()
509 public ArrayList<MethodInfo> allConstructors() { in allConstructors() method in ClassInfo