javar.attributes
Class LocalVariableTableEntry
java.lang.Object
|
+--javar.attributes.LocalVariableTableEntry
- public class LocalVariableTableEntry
- extends Object
This represents the information that is stored in a local variable table.
- Author:
- Ben Litchfield (ben@csh.rit.edu)
|
Method Summary |
void |
load(DataInputStream in)
This will load in the data for the attribute |
byte[] |
toBytes()
This will take this attribute and convert it into
an array of bytes that can be stored in a classfile. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalVariableTableEntry
public LocalVariableTableEntry()
toBytes
public byte[] toBytes()
- This will take this attribute and convert it into
an array of bytes that can be stored in a classfile.
- Returns:
- array of bytes representing this attribute
load
public void load(DataInputStream in)
- This will load in the data for the attribute