Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java178 mSelfMethods = null; in init()
717 if (mSelfMethods == null) { in selfMethods()
751 mSelfMethods = new ArrayList<MethodInfo>(methods.values()); in selfMethods()
752 Collections.sort(mSelfMethods, MethodInfo.comparator); in selfMethods()
754 return mSelfMethods; in selfMethods()
813 mSelfMethods = null; // flush this, hopefully it hasn't been used yet. in addMethod()
1845 private ArrayList<MethodInfo> mSelfMethods; field in ClassInfo