alt.jiapi.file.attribute
Class CodeAttribute.ExceptionTableEntry

java.lang.Object
  extended by alt.jiapi.file.attribute.CodeAttribute.ExceptionTableEntry
Enclosing class:
CodeAttribute

public class CodeAttribute.ExceptionTableEntry
extends java.lang.Object


Method Summary
 short getCatchType()
           
 short getEndPc()
           
 short getHandlerPc()
           
 short getStartPc()
           
 void setEndPc(short end_pc)
           
 void setHandlerPc(short handler_pc)
           
 void setStartPc(short start_pc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCatchType

public short getCatchType()

getEndPc

public short getEndPc()

getHandlerPc

public short getHandlerPc()

getStartPc

public short getStartPc()

setEndPc

public void setEndPc(short end_pc)

setHandlerPc

public void setHandlerPc(short handler_pc)

setStartPc

public void setStartPc(short start_pc)


Copyright © 2001. Documenation generated August 26 2011.