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 getCatchType()
           
 int getCatchTypeIndex()
           
 Code_attribute getCode()
           
 int getEndPC()
           
 int getHandlerPC()
           
 Class_info getRawCatchType()
           
 int getStartPC()
           
 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

getCode

public Code_attribute getCode()

getStartPC

public int getStartPC()

getEndPC

public int getEndPC()

getHandlerPC

public int getHandlerPC()

getCatchTypeIndex

public int getCatchTypeIndex()

getRawCatchType

public Class_info getRawCatchType()

getCatchType

public java.lang.String getCatchType()

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


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.