All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.JSR
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.BranchInstruction
|
+----de.fub.bytecode.generic.JSR
- public class JSR
- extends BranchInstruction
- implements VariableLengthInstruction
JSR - Jump to subroutine
- Version:
- $Id: JSR.java,v 1.3 1999/05/04 13:14:13 dahm Exp $
- Author:
- M. Dahm
-
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
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 BranchInstruction
All Packages Class Hierarchy This Package Previous Next Index