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

/external/doclava/src/com/google/doclava/
H A DClassInfo.java136 mSelfMethods = null;
527 if (mSelfMethods == null) {
548 mSelfMethods = new ArrayList<MethodInfo>(methods.values());
549 Collections.sort(mSelfMethods, MethodInfo.comparator);
551 return mSelfMethods;
562 mSelfMethods = null; // flush this, hopefully it hasn't been used yet.
1482 private ArrayList<MethodInfo> mSelfMethods; field in class:ClassInfo

Completed in 49 milliseconds