|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.transjvm.jvm.Attribute net.sf.transjvm.jvm.LineNumberTable
public class LineNumberTable
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 |
---|
public LineNumberTable()
Method Detail |
---|
public void newLine(int start, int line)
protected void writeData(ByteStream stream, ConstantPool pool)
Attribute
writeData
in class Attribute
stream
- Stream to write to.pool
- ConstantPool for this class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |