Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java274 mOverriddenMethod, returnType, mParameters, mThrownExceptions, position(), in cloneForClass()
306 mThrownExceptions = thrownExceptions; in MethodInfo()
426 for (ClassInfo cl : mThrownExceptions) { in throwsTags()
693 return mThrownExceptions; in thrownExceptions()
764 mThrownExceptions.add(exceptionClass); in addException()
788 private ArrayList<ClassInfo> mThrownExceptions; field in MethodInfo
828 for (ClassInfo e : mThrownExceptions) { in throwsException()
1029 mThrownExceptions.add(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()