Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DStubs.java278 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() argument
678 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 …]
DMethodInfo.java265 ClassInfo[] thrownExceptions, SourcePositionInfo position, in MethodInfo() argument
292 mThrownExceptions = thrownExceptions; in MethodInfo()
598 public ClassInfo[] thrownExceptions() in thrownExceptions() method in MethodInfo
DConverter.java393 Converter.convertClasses(m.thrownExceptions()),
418 Converter.convertClasses(m.thrownExceptions()),
443 Converter.convertClasses(m.thrownExceptions()),