Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java182 mInterfacesWithTypes = null; in init()
356 if (mInterfacesWithTypes == null) { in interfacesWithTypes()
357 mInterfacesWithTypes = new ArrayList<ClassTypePair>(); in interfacesWithTypes()
368 mInterfacesWithTypes.addAll( in interfacesWithTypes()
372 mInterfacesWithTypes.addAll( in interfacesWithTypes()
375 return mInterfacesWithTypes; in interfacesWithTypes()
1899 private ArrayList<ClassTypePair> mInterfacesWithTypes; field in ClassInfo