Public Methods | |
LineNumberGen (InstructionHandle ih, int src_line) | |
InstructionHandle | getInstruction () |
LineNumber | getLineNumber (ConstantPoolGen cp) |
int | getSourceLine () |
void | setInstruction (InstructionHandle ih) |
void | setSourceLine (int src_line) |
LineNumberGen (InstructionHandle ih, int src_line) | |
InstructionHandle | getInstruction () |
LineNumber | getLineNumber (ConstantPoolGen cp) |
int | getSourceLine () |
void | setInstruction (InstructionHandle ih) |
void | setSourceLine (int src_line) |
Private Attributes | |
InstructionHandle | ih |
int | src_line |
Definition at line 15 of file lib/jpf/de/fub/bytecode/generic/LineNumberGen.java.
|
Create a line number.
Definition at line 25 of file lib/jpf/de/fub/bytecode/generic/LineNumberGen.java. |
|
Create a line number.
Definition at line 25 of file src/de/fub/bytecode/generic/LineNumberGen.java. |
|
Get LineNumber object. This relies on that the instruction list has already been dumped to byte code or or that the `setPositions' methods has been called for the instruction list.
Definition at line 38 of file src/de/fub/bytecode/generic/LineNumberGen.java. |
|
Get LineNumber object. This relies on that the instruction list has already been dumped to byte code or or that the `setPositions' methods has been called for the instruction list.
Definition at line 38 of file lib/jpf/de/fub/bytecode/generic/LineNumberGen.java. |