alt.jiapi.file.attribute
Class LineNumberTableAttribute.Entry

java.lang.Object
  extended by alt.jiapi.file.attribute.LineNumberTableAttribute.Entry
Enclosing class:
LineNumberTableAttribute

public class LineNumberTableAttribute.Entry
extends java.lang.Object


Constructor Summary
LineNumberTableAttribute.Entry(short start_pc, short line_number)
           
 
Method Summary
 short getLineNumber()
           
 short getStartPc()
          Get the start_pc.
 void setStartPc(short start_pc)
          Set the start_pc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineNumberTableAttribute.Entry

public LineNumberTableAttribute.Entry(short start_pc,
                                      short line_number)
Method Detail

getLineNumber

public short getLineNumber()

getStartPc

public short getStartPc()
Get the start_pc.


setStartPc

public void setStartPc(short start_pc)
Set the start_pc.



Copyright © 2001. Documenation generated August 26 2011.