Uses of Class
jellyj.classfile.javaclass.CodeException

Packages that use CodeException
jellyj.classfile.javaclass 

Uses of CodeException in jellyj.classfile.javaclass
 

Constructors in jellyj.classfile.javaclass with parameters of type CodeException
Code.Code(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool)
          
CodeException.CodeException(CodeException c)
          Initialize from another object.
 

Methods in jellyj.classfile.javaclass that return CodeException
final CodeException[]Code.getExceptionTable()
          
 

Methods in jellyj.classfile.javaclass with parameters of type CodeException
final voidCode.setExceptionTable(CodeException[] exception_table)
          
voidVisitor.visitCodeException(CodeException obj)