com.jeantessier.classreader
Class ExceptionHandler

java.lang.Object
  |
  +--com.jeantessier.classreader.ExceptionHandler
All Implemented Interfaces:
Visitable

public class ExceptionHandler
extends java.lang.Object
implements Visitable


Constructor Summary
ExceptionHandler(Code_attribute code, java.io.DataInputStream in)
           
 
Method Summary
 void Accept(Visitor visitor)
           
 java.lang.String CatchType()
           
 int CatchTypeIndex()
           
 Code_attribute Code()
           
 int EndPC()
           
 int HandlerPC()
           
 Class_info RawCatchType()
           
 int StartPC()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler(Code_attribute code,
                        java.io.DataInputStream in)
                 throws java.io.IOException
Method Detail

Code

public Code_attribute Code()

StartPC

public int StartPC()

EndPC

public int EndPC()

HandlerPC

public int HandlerPC()

CatchTypeIndex

public int CatchTypeIndex()

RawCatchType

public Class_info RawCatchType()

CatchType

public java.lang.String CatchType()

toString

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

Accept

public void Accept(Visitor visitor)
Specified by:
Accept in interface Visitable