Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java182 mSelfMethods = null; in init()
744 if (mSelfMethods == null) { in selfMethods()
778 mSelfMethods = new ArrayList<MethodInfo>(methods.values()); in selfMethods()
779 Collections.sort(mSelfMethods, MethodInfo.comparator); in selfMethods()
781 return mSelfMethods; in selfMethods()
948 mSelfMethods = null; // flush this, hopefully it hasn't been used yet. in addMethod()
1989 private ArrayList<MethodInfo> mSelfMethods; field in ClassInfo