All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.JSR
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.BranchInstruction
|
+----espresso.classfile.classgen.JSR
- public class JSR
- extends BranchInstruction
- implements VariableLengthInstruction
JSR - Jump to subroutine
-
JSR()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
JSR(InstructionHandle)
-
-
dump(DataOutputStream)
- Dump instruction as byte code to stream out.
-
updatePosition(int, int)
- Called by InstructionList.setPositions when setting the position for every
instruction.
JSR
JSR()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
JSR
public JSR(InstructionHandle target)
dump
public void dump(DataOutputStream out) throws IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream
- Overrides:
- dump in class BranchInstruction
updatePosition
protected int updatePosition(int offset,
int max_offset)
- Called by InstructionList.setPositions when setting the position for every
instruction.
- Overrides:
- updatePosition in class Instruction
All Packages Class Hierarchy This Package Previous Next Index