Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java798 stream.println(cl.leafName() + "() { " + superCtorCall(cl, null) + "throw new" in writeClass()
929 stream.print(superCtorCall(method.containingClass(), method.thrownExceptions())); in writeMethod()
986 static String superCtorCall(ClassInfo cl, ArrayList<ClassInfo> thrownExceptions) { in superCtorCall() method in Stubs