net.sf.rej.java.attribute
Class LocalVariableTypeTableAttribute

java.lang.Object
  extended by net.sf.rej.java.attribute.Attribute
      extended by net.sf.rej.java.attribute.LocalVariableTypeTableAttribute

public class LocalVariableTypeTableAttribute
extends Attribute


Constructor Summary
LocalVariableTypeTableAttribute(int nameIndex, ConstantPool pool)
           
 
Method Summary
 java.util.List<LocalVariableTypeEntry> getEntries()
           
 byte[] getPayload()
           
 void setPayload(byte[] data)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.java.attribute.Attribute
getAttribute, getData, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalVariableTypeTableAttribute

public LocalVariableTypeTableAttribute(int nameIndex,
                                       ConstantPool pool)
Method Detail

setPayload

public void setPayload(byte[] data)
Overrides:
setPayload in class Attribute

getPayload

public byte[] getPayload()
Overrides:
getPayload in class Attribute

toString

public java.lang.String toString()
Overrides:
toString in class Attribute

getEntries

public java.util.List<LocalVariableTypeEntry> getEntries()