org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes
Class Code.ExceptionInfo

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.Code.ExceptionInfo
Enclosing class:
Code

public static class Code.ExceptionInfo
extends java.lang.Object


Field Summary
protected  int catchType
           
protected  ConstantPool constantPool
           
protected  int endPC
           
protected  int handlerPC
           
protected  int startPC
           
 
Constructor Summary
Code.ExceptionInfo(ConstantPool pool)
           
 
Method Summary
 int getCatchType()
           
 int getEndPC()
           
 int getHandlerPC()
           
 int getStartPC()
           
 void read(java.io.DataInputStream dis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constantPool

protected ConstantPool constantPool

startPC

protected int startPC

endPC

protected int endPC

handlerPC

protected int handlerPC

catchType

protected int catchType
Constructor Detail

Code.ExceptionInfo

public Code.ExceptionInfo(ConstantPool pool)
Method Detail

read

public void read(java.io.DataInputStream dis)
          throws java.io.IOException

getStartPC

public int getStartPC()

getEndPC

public int getEndPC()

getHandlerPC

public int getHandlerPC()

getCatchType

public int getCatchType()


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.