attr
Class codeAttr.exceptInfo

java.lang.Object
  |
  +--attr.codeAttr.exceptInfo
Enclosing class:
codeAttr

class codeAttr.exceptInfo
extends java.lang.Object


Field Summary
(package private)  constClass_or_String catch_type
           
(package private)  int endPC
           
(package private)  int handlerPC
           
(package private)  int startPC
           
 
Constructor Summary
(package private) codeAttr.exceptInfo(java.io.DataInputStream dStream, constPool constPoolSec)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

startPC

int startPC

endPC

int endPC

handlerPC

int handlerPC

catch_type

constClass_or_String catch_type
Constructor Detail

codeAttr.exceptInfo

codeAttr.exceptInfo(java.io.DataInputStream dStream,
                    constPool constPoolSec)