Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java271 mOverriddenMethod, returnType, mParameters, mThrownExceptions, position(), in cloneForClass()
303 mThrownExceptions = thrownExceptions; in MethodInfo()
423 for (ClassInfo cl : mThrownExceptions) { in throwsTags()
690 return mThrownExceptions; in thrownExceptions()
744 mThrownExceptions.add(exceptionClass); in addException()
768 private ArrayList<ClassInfo> mThrownExceptions; field in MethodInfo
808 for (ClassInfo e : mThrownExceptions) { in throwsException()
1009 mThrownExceptions.add(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()