net.sf.rej.java.attribute
Class ExceptionDescriptor

java.lang.Object
  extended by net.sf.rej.java.attribute.ExceptionDescriptor

public class ExceptionDescriptor
extends java.lang.Object


Constructor Summary
ExceptionDescriptor(ConstantPool pool, int index)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionDescriptor

public ExceptionDescriptor(ConstantPool pool,
                           int index)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()

getIndex

public int getIndex()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object