Uses of Class
org.hotswap.agent.javassist.bytecode.ExceptionTable
-
Packages that use ExceptionTable Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.stackmap org.hotswap.agent.javassist.expr This package contains the classes for modifying a method body. -
-
Uses of ExceptionTable in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return ExceptionTable Modifier and Type Method Description ExceptionTableExceptionTable. copy(ConstPool newCp, Map<String,String> classnames)Makes a copy of thisexception_table[].ExceptionTableBytecode. getExceptionTable()Returnsexception_table.ExceptionTableCodeAttribute. getExceptionTable()Returnsexception_table[].Methods in org.hotswap.agent.javassist.bytecode with parameters of type ExceptionTable Modifier and Type Method Description voidExceptionTable. add(int index, ExceptionTable table, int offset)Copies the given exception table at the specified position in the table.voidCodeIterator. 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.voidCodeIterator. 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 org.hotswap.agent.javassist.bytecode with parameters of type ExceptionTable Constructor Description CodeAttribute(ConstPool cp, int stack, int locals, byte[] code, ExceptionTable etable)Constructs aCode_attribute. -
Uses of ExceptionTable in org.hotswap.agent.javassist.bytecode.stackmap
Methods in org.hotswap.agent.javassist.bytecode.stackmap with parameters of type ExceptionTable Modifier and Type Method Description BasicBlock[]BasicBlock.Maker. make(CodeIterator ci, int begin, int end, ExceptionTable et) -
Uses of ExceptionTable in org.hotswap.agent.javassist.expr
Constructors in org.hotswap.agent.javassist.expr with parameters of type ExceptionTable Constructor Description Handler(ExceptionTable et, int nth, CodeIterator it, CtClass declaring, MethodInfo m)Undocumented constructor.
-