Uses of Class
edu.rice.cs.cunit.classFile.attributes.CodeAttributeInfo.ExceptionTableEntry

Packages that use CodeAttributeInfo.ExceptionTableEntry
edu.rice.cs.cunit.classFile.attributes   
 

Uses of CodeAttributeInfo.ExceptionTableEntry in edu.rice.cs.cunit.classFile.attributes
 

Methods in edu.rice.cs.cunit.classFile.attributes that return CodeAttributeInfo.ExceptionTableEntry
 CodeAttributeInfo.ExceptionTableEntry[] CodeAttributeInfo.getExceptionTableEntries()
          Return a copy of the exception table entries.
 

Methods in edu.rice.cs.cunit.classFile.attributes with parameters of type CodeAttributeInfo.ExceptionTableEntry
 void CodeAttributeInfo.setExceptionTableEntries(CodeAttributeInfo.ExceptionTableEntry[] e)
          Set the exception table entries.
 

Constructors in edu.rice.cs.cunit.classFile.attributes with parameters of type CodeAttributeInfo.ExceptionTableEntry
CodeAttributeInfo(AUTFPoolInfo name, int maxStack, int maxLocals, byte[] code, CodeAttributeInfo.ExceptionTableEntry[] exceptionTableEntries, AAttributeInfo[] attributes, ConstantPool cp)
          Constructor.