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
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