All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.SIPUSH

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.SIPUSH

public class SIPUSH
extends Instruction
implements ConstantPushInstruction
SIPUSH - Push short
Stack: ... -> ..., value

Version:
$Id: SIPUSH.java,v 1.6 1999/05/04 13:14:53 dahm Exp $
Author:
M. Dahm

Constructor Index

 o SIPUSH(short)

Method Index

 o dump(DataOutputStream)
Dump instruction as short code to stream out.
 o getValue()
 o initFromFile(ByteSequence, boolean)
Read needed data (e.g.
 o toString(boolean)

Constructors

 o SIPUSH
 public SIPUSH(short b)

Methods

 o dump
 public void dump(DataOutputStream out) throws IOException
Dump instruction as short code to stream out.

Overrides:
dump in class Instruction
 o toString
 public String toString(boolean verbose)
Returns:
mnemonic for instruction
Overrides:
toString in class Instruction
 o initFromFile
 protected void initFromFile(ByteSequence bytes,
                             boolean wide) throws IOException
Read needed data (e.g. index) from file.

Overrides:
initFromFile in class Instruction
 o getValue
 public Number getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index