Searched refs:thrownExceptions (Results 1 – 3 of 3) sorted by relevance
278 for (ClassInfo thrown : mInfo.thrownExceptions()){ in cantStripThis()573 if (method.thrownExceptions().length > 0) { in writeMethod()575 for (ClassInfo thrown: method.thrownExceptions()) { in writeMethod()585 stream.print(superCtorCall(method.containingClass(), method.thrownExceptions())); in writeMethod()672 static String superCtorCall(ClassInfo cl, ClassInfo[] thrownExceptions) { in superCtorCall() argument678 if (thrownExceptions != null ){ in superCtorCall()679 for (ClassInfo thrown : thrownExceptions){ in superCtorCall()690 if (m.thrownExceptions() != null){ in superCtorCall()691 for (ClassInfo thrown : m.thrownExceptions()){ in superCtorCall()889 ClassInfo[] exceptions = mi.thrownExceptions(); in writeMethodXML()[all …]
265 ClassInfo[] thrownExceptions, SourcePositionInfo position, in MethodInfo() argument292 mThrownExceptions = thrownExceptions; in MethodInfo()598 public ClassInfo[] thrownExceptions() in thrownExceptions() method in MethodInfo
393 Converter.convertClasses(m.thrownExceptions()),418 Converter.convertClasses(m.thrownExceptions()),443 Converter.convertClasses(m.thrownExceptions()),