All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.BIPUSH

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

public class BIPUSH
extends Instruction
implements ConstantPushInstruction
BIPUSH - Push byte
Stack: ... -> ..., value

Version:
$Id: BIPUSH.java,v 1.6 1999/05/04 13:12:44 dahm Exp $
Author:
M. Dahm

Constructor Index

 o BIPUSH(byte)

Method Index

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

Constructors

 o BIPUSH
 public BIPUSH(byte b)

Methods

 o dump
 public void dump(DataOutputStream out) throws IOException
Dump instruction as byte 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