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

Constructor Index

 o JSR(InstructionHandle)

Method Index

 o dump(DataOutputStream)
Dump instruction as byte code to stream out.
 o updatePosition(int, int)
Called by InstructionList.setPositions when setting the position for every instruction.

Constructors

 o JSR
 public JSR(InstructionHandle target)

Methods

 o 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
 o 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