Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java194 selfAttributes(); in init2()
842 public ArrayList<AttributeInfo> selfAttributes() { in selfAttributes() method in ClassInfo
1144 ArrayList<AttributeInfo> selfAttributes = selfAttributes(); in makeHDF() local
1382 for (AttributeInfo attr : selfAttributes) { in makeHDF()
1437 for (AttributeInfo attr : ctp.classInfo().selfAttributes()) { in makeInheritedHDF()