Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewMethod.java136 cm.setExceptionTypes(exceptions); in make()
208 cm.setExceptionTypes(exceptions); in abstractMethod()
DCtNewWrappedConstructor.java36 cons.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewConstructor.java101 cc.setExceptionTypes(exceptions); in make()
DCtNewWrappedMethod.java38 mt.setExceptionTypes(exceptionTypes); in wrapped()
DCtBehavior.java341 public void setExceptionTypes(CtClass[] types) throws NotFoundException { in setExceptionTypes() method in CtBehavior
/external/javassist/src/main/javassist/compiler/
DJavac.java157 cons.setExceptionTypes(tlist); in compileMethod()
175 method.setExceptionTypes(tlist); in compileMethod()