Uses of Class
javassist.bytecode.ExceptionTable
Packages that use ExceptionTable
-
Uses of ExceptionTable in javassist.bytecode
Methods in javassist.bytecode that return ExceptionTableModifier and TypeMethodDescriptionMakes a copy of thisexception_table[]
.Bytecode.getExceptionTable()
Returnsexception_table
.CodeAttribute.getExceptionTable()
Returnsexception_table[]
.Methods in javassist.bytecode with parameters of type ExceptionTableModifier and TypeMethodDescriptionvoid
ExceptionTable.add
(int index, ExceptionTable table, int offset) Copies the given exception table at the specified position in the table.void
CodeIterator.append
(ExceptionTable et, int offset) Copies and appends the entries in the given exception table at the end of the exception table in the code attribute edited by this object.void
CodeIterator.insert
(ExceptionTable et, int offset) Copies and inserts the entries in the given exception table at the beginning of the exception table in the code attribute edited by this object.Constructors in javassist.bytecode with parameters of type ExceptionTableModifierConstructorDescriptionCodeAttribute
(ConstPool cp, int stack, int locals, byte[] code, ExceptionTable etable) Constructs aCode_attribute
.