Uses of Class
net.sf.rej.java.attribute.ExceptionDescriptor

Packages that use ExceptionDescriptor
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
 

Uses of ExceptionDescriptor in net.sf.rej.java
 

Methods in net.sf.rej.java that return types with arguments of type ExceptionDescriptor
 java.util.List<ExceptionDescriptor> Method.getExceptions()
           
 

Method parameters in net.sf.rej.java with type arguments of type ExceptionDescriptor
 Method MethodFactory.createMethod(ClassFile cf, AccessFlags accessFlags, int nameIndex, int descIndex, int codeAttrNameIndex, int maxStackSize, int maxLocals, int exAttrNameIndex, java.util.List<ExceptionDescriptor> exceptions)
           
 

Uses of ExceptionDescriptor in net.sf.rej.java.attribute
 

Methods in net.sf.rej.java.attribute that return types with arguments of type ExceptionDescriptor
 java.util.List<ExceptionDescriptor> ExceptionsAttribute.getExceptions()
           
 

Constructor parameters in net.sf.rej.java.attribute with type arguments of type ExceptionDescriptor
ExceptionsAttribute(int nameIndex, ConstantPool pool, java.util.List<ExceptionDescriptor> exceptions)