net.sf.transjvm.jvm
Class LocalVariableTable

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

public class LocalVariableTable
extends Attribute


Constructor Summary
LocalVariableTable()
           
 
Method Summary
 void addEntry(int start, int length, java.lang.String name, UTF typeDescriptor, int index)
           
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

LocalVariableTable

public LocalVariableTable()
Method Detail

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.

addEntry

public void addEntry(int start,
                     int length,
                     java.lang.String name,
                     UTF typeDescriptor,
                     int index)


Copyright 2004-5, Mark Shannon