Uses of Class
org.aspectj.apache.bcel.generic.CodeExceptionGen
Packages that use CodeExceptionGen
-
Uses of CodeExceptionGen in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return CodeExceptionGenModifier and TypeMethodDescriptionMethodGen.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.MethodGen.getExceptionHandlers()Methods in org.aspectj.apache.bcel.generic with parameters of type CodeExceptionGenModifier and TypeMethodDescriptionstatic intMethodGen.getMaxStack(ConstantPool cp, InstructionList il, CodeExceptionGen[] et)Computes stack usage of an instruction list by performing control flow analysis.voidInstructionList.redirectExceptionHandlers(CodeExceptionGen[] exceptions, InstructionHandle old_target, InstructionHandle new_target)Redirect all references of exception handlers from old_target to new_target.voidMethodGen.removeExceptionHandler(CodeExceptionGen c)Remove an exception handler.