Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewWrappedConstructor.java27 CtClass[] exceptionTypes, in wrapped() argument
36 cons.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewWrappedMethod.java29 CtClass[] exceptionTypes, in wrapped() argument
38 mt.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewMethod.java462 CtClass[] exceptionTypes,
468 exceptionTypes, body, constParam, declaring);