net.sf.transjvm.jvm
Class LineNumberTable

java.lang.Object
  extended by net.sf.transjvm.jvm.Attribute
      extended by net.sf.transjvm.jvm.LineNumberTable

public class LineNumberTable
extends Attribute


Constructor Summary
LineNumberTable()
           
 
Method Summary
 void newLine(int start, int line)
           
protected  void writeData(ByteStream stream, ConstantPool pool)
          Write the data specific to this attribute.
 
Methods inherited from class net.sf.transjvm.jvm.Attribute
getName, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineNumberTable

public LineNumberTable()
Method Detail

newLine

public void newLine(int start,
                    int line)

writeData

protected void writeData(ByteStream stream,
                         ConstantPool pool)
Description copied from class: Attribute
Write the data specific to this attribute.

Specified by:
writeData in class Attribute
Parameters:
stream - Stream to write to.
pool - ConstantPool for this class.


Copyright 2004-5, Mark Shannon