Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java318 cantStripThis(cl.allSelfMethods(), notStrippable); in cantStripThis()
333 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis()
570 for (MethodInfo method : cl.allSelfMethods()) { in writeClass()
982 ArrayList<MethodInfo> methods = cl.allSelfMethods(); in writeClassXML()
1310 ArrayList<MethodInfo> methods = cl.allSelfMethods(); in writeClassApi()
1512 ArrayList<MethodInfo> methods = cl.allSelfMethods(); in writeClassKeepList()
DInfoBuilder.java217 if (!cl.allSelfMethods().isEmpty()) { in printClassInfo()
219 for (MethodInfo m : cl.allSelfMethods()) { in printClassInfo()
220 if (m != cl.allSelfMethods().get(0)) { in printClassInfo()
DClassInfo.java728 public ArrayList<MethodInfo> allSelfMethods() { in allSelfMethods() method in ClassInfo