Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java185 mAllInterfacesWithTypes = null; in init()
398 if (mAllInterfacesWithTypes == null) { in allInterfacesWithTypes()
399 mAllInterfacesWithTypes = new ArrayList<ClassTypePair>(); in allInterfacesWithTypes()
415 mAllInterfacesWithTypes.add(ctp); in allInterfacesWithTypes()
421 return mAllInterfacesWithTypes; in allInterfacesWithTypes()
1842 private ArrayList<ClassTypePair> mAllInterfacesWithTypes; field in ClassInfo