| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.asm.tree.LineNumberNode
public class LineNumberNode
A node that represents a line number declaration.
| Field Summary | |
|---|---|
|  int | lineA line number. | 
|  Label | startThe first instruction corresponding to this line number. | 
| Constructor Summary | |
|---|---|
| LineNumberNode(int line,
               Label start)Constructs a new LineNumberNodeobject. | |
| 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 | ||||||||