Uses of Class
javassist.bytecode.ExceptionTable
-
Uses of ExceptionTable in javassist.bytecode
Modifier and TypeMethodDescriptionMakes a copy of thisexception_table[]
.Bytecode.getExceptionTable()
Returnsexception_table
.CodeAttribute.getExceptionTable()
Returnsexception_table[]
.Modifier 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.ModifierConstructorDescriptionCodeAttribute
(ConstPool cp, int stack, int locals, byte[] code, ExceptionTable etable) Constructs aCode_attribute
.