|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.toplink.libraries.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 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int line
LineNumberNodepublic Label start
LineNumberNode| 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 | ||||||||