Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DXMLToAPI.java90 addInheritedElements(); in readFile()
97 public static void addInheritedElements() { in addInheritedElements() method in XMLToAPI
108 addInheritedElements(cls, parent, cls.extends_); in addInheritedElements()
116 addInheritedElements(cls, parent, implName); in addInheritedElements()
135 public static void addInheritedElements(ClassAPI child, ClassAPI parent, in addInheritedElements() method in XMLToAPI
178 addInheritedElements(child, parent2, parent.extends_); in addInheritedElements()
186 addInheritedElements(child, parent2, implName); in addInheritedElements()