All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.JSR_W
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.BranchInstruction
|
+----de.fub.bytecode.generic.JSR_W
- public class JSR_W
- extends BranchInstruction
JSR_W - Jump to subroutine
- Version:
- $Id: JSR_W.java,v 1.4 1999/05/04 13:14:14 dahm Exp $
- Author:
- M. Dahm
-
JSR_W(InstructionHandle)
-
-
dump(DataOutputStream)
- Dump instruction as byte code to stream out.
-
initFromFile(ByteSequence, boolean)
- Read needed data (e.g.
JSR_W
public JSR_W(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
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide) throws IOException
- Read needed data (e.g. index) from file.
- Overrides:
- initFromFile in class BranchInstruction
All Packages Class Hierarchy This Package Previous Next Index