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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExceptionHandler
public ExceptionHandler(Code_attribute code,
java.io.DataInputStream in)
throws java.io.IOException
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.