Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java150 selfAttributes(); in init2()
574 public ArrayList<AttributeInfo> selfAttributes() { in selfAttributes() method in ClassInfo
865 ArrayList<AttributeInfo> selfAttributes = selfAttributes(); in makeHDF() local
1085 for (AttributeInfo attr : selfAttributes) { in makeHDF()
1142 for (AttributeInfo attr : cl.selfAttributes()) { in makeInheritedHDF()