|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.transjvm.jvm.Attribute
net.sf.transjvm.jvm.LocalVariableTable
public class LocalVariableTable
| 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 |
|---|
public LocalVariableTable()
| Method Detail |
|---|
protected void writeData(ByteStream stream,
ConstantPool pool)
Attribute
writeData in class Attributestream - Stream to write to.pool - ConstantPool for this class.
public void addEntry(int start,
int length,
java.lang.String name,
UTF typeDescriptor,
int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||