| |
|
| java.lang.Object org.ejb3unit.asm.tree.AbstractInsnNode org.ejb3unit.asm.tree.LineNumberNode
LineNumberNode | public class LineNumberNode extends AbstractInsnNode (Code) | | A node that represents a line number declaration. These nodes are pseudo
instruction nodes in order to be inserted in an instruction list.
author: Eric Bruneton |
Field Summary | |
public int | line A line number. | public LabelNode | start The first instruction corresponding to this line number. |
line | public int line(Code) | | A line number. This number refers to the source file from which the class
was compiled.
|
start | public LabelNode start(Code) | | The first instruction corresponding to this line number.
|
LineNumberNode | public LineNumberNode(int line, LabelNode start)(Code) | | Constructs a new
LineNumberNode .
Parameters: line - a line number. This number refers to the source file fromwhich the class was compiled. Parameters: start - the first instruction corresponding to this line number. |
getType | public int getType()(Code) | | |
|
|
|