Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DCodeExceptionGen.java141 public void setCatchType( final ObjectType catch_type ) { in setCatchType() method in CodeExceptionGen
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DCodeException.java148 public final void setCatchType( final int catch_type ) { in setCatchType() method in CodeException
/external/javassist/src/main/javassist/bytecode/
DExceptionTable.java166 public void setCatchType(int nth, int value) { in setCatchType() method in ExceptionTable