Frames | No Frames |
Methods with parameter type org.apache.bcel.generic.CodeExceptionGen | |
int | Computes stack usage of an instruction list by performing control flow analysis. |
void | InstructionList.redirectExceptionHandlers(CodeExceptionGen[] exceptions, InstructionHandle old_target, InstructionHandle new_target) Redirect all references of exception handlers from old_target to new_target. |
void | Remove an exception handler. |
Methods with return type org.apache.bcel.generic.CodeExceptionGen | |
CodeExceptionGen | MethodGen.addExceptionHandler(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type) Add an exception handler, i.e., specify region where a handler is active and an
instruction where the actual handling is done. |
CodeExceptionGen[] |