|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.logicalcobwebs.asm.tree.LineNumberNode
public class 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 object. |
Method Summary | |
---|---|
void |
accept(CodeVisitor cv)
Makes the given code 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
object.
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(CodeVisitor cv)
cv
- a code visitor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |