Home
last modified time | relevance | path

Searched defs:thrownExceptions (Results 1 – 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java149 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in startElement() local
/external/doclava/src/com/google/doclava/
DMethodInfo.java283 ArrayList<ParameterInfo> parameters, ArrayList<ClassInfo> thrownExceptions, in MethodInfo()
689 public ArrayList<ClassInfo> thrownExceptions() { in thrownExceptions() method in MethodInfo
DInfoBuilder.java971 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in buildMethod() local
DStubs.java902 static String superCtorCall(ClassInfo cl, ArrayList<ClassInfo> thrownExceptions) { in superCtorCall()