The program counter of the original underyling bytecode instruction.
The program counter of the original underyling bytecode instruction.
This pc is independent of the (implicit) index of the statement
in the generated statements array! This pc is, e.g., useful for
getting line number information.
The first statement of the called subroutine.
The first statement of the called subroutine.
Calling this method is only supported after the quadruples representation
is created and the re-mapping of pcs to instruction indexes has happened!
A JSR Instruction is mapped to two instructions:
At creation time the
pc(absolute) of the target instruction in the original bytecode array; then the index of the respective quadruples instruction.