Uses of Class
org.aspectj.apache.bcel.classfile.CodeException
Packages that use CodeException
-
Uses of CodeException in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return CodeExceptionMethods in org.aspectj.apache.bcel.classfile with parameters of type CodeExceptionModifier and TypeMethodDescriptionvoid
Code.setExceptionTable(CodeException[] exception_table)
void
ClassVisitor.visitCodeException(CodeException obj)
Constructors in org.aspectj.apache.bcel.classfile with parameters of type CodeExceptionModifierConstructorDescriptionCode(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool)
-
Uses of CodeException in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return CodeExceptionModifier and TypeMethodDescriptionCodeExceptionGen.getCodeException(ConstantPool cp)
Get CodeException object.
This relies on that the instruction list has already been dumped to byte code or or that the `setPositions' methods has been called for the instruction list.