Uses of Class
org.apache.bcel.generic.CodeExceptionGen
-
Packages that use CodeExceptionGen Package Description org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions. -
-
Uses of CodeExceptionGen in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as CodeExceptionGen Modifier and Type Field Description (package private) static CodeExceptionGen[]CodeExceptionGen. EMPTY_ARRAYFields in org.apache.bcel.generic with type parameters of type CodeExceptionGen Modifier and Type Field Description private java.util.List<CodeExceptionGen>MethodGen. exceptionListMethods in org.apache.bcel.generic that return CodeExceptionGen Modifier and Type Method Description CodeExceptionGenMethodGen. addExceptionHandler(InstructionHandle startPc, InstructionHandle endPc, InstructionHandle handlerPc, ObjectType catchType)Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done.CodeExceptionGen[]MethodGen. getExceptionHandlers()Methods in org.apache.bcel.generic with parameters of type CodeExceptionGen Modifier and Type Method Description static intMethodGen. getMaxStack(ConstantPoolGen cp, InstructionList il, CodeExceptionGen[] et)Computes stack usage of an instruction list by performing control flow analysis.voidInstructionList. redirectExceptionHandlers(CodeExceptionGen[] exceptions, InstructionHandle oldTarget, InstructionHandle newTarget)Redirect all references of exception handlers from oldTarget to newTarget.voidMethodGen. removeExceptionHandler(CodeExceptionGen c)Remove an exception handler.
-