Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java194 cantStripThis(cl.allSelfMethods(), notStrippable); in cantStripThis()
209 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis()
442 for (MethodInfo method : cl.allSelfMethods()) { in writeClass()
850 ArrayList<MethodInfo> methods = cl.allSelfMethods(); in writeClassXML()
1079 ArrayList<MethodInfo> methods = cl.allSelfMethods(); in writeClassApi()
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.java545 public ArrayList<MethodInfo> allSelfMethods() { in allSelfMethods() method in ClassInfo