|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.tree.LineNumberNode
A node that represents a line number declaration.
Field Summary | |
int |
line
A line number. |
Label |
start
The first instruction corresponding to this line number. |
Constructor Summary | |
LineNumberNode(int line,
Label start)
Constructs a new LineNumberNode . |
Method Summary | |
void |
accept(MethodVisitor mv)
Makes the given visitor visit this line number declaration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int line
public Label start
Constructor Detail |
public LineNumberNode(int line, Label start)
LineNumberNode
.
line
- a line number. This number refers to the source file from
which the class was compiled.start
- the first instruction corresponding to this line number.Method Detail |
public void accept(MethodVisitor mv)
mv
- a method visitor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |