jellyj.classfile.classgen
Class BIPUSH

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.BIPUSH

public class BIPUSH
extends Instruction

BIPUSH - Push byte Stack: ... -> ..., value

Author:
JellyJ Design Group

Constructor Summary
 (package private) BIPUSH()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 BIPUSH(byte b)
           

Method Summary
 voiddump(DataOutputStream out)
          Dump instruction as byte code to stream out.
 StringtoString()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

BIPUSH

BIPUSH()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

BIPUSH

public BIPUSH(byte b)
Method Detail

dump

public void dump(DataOutputStream out)
throws java.io.IOException
Dump instruction as byte code to stream out.

toString

public String toString()
Returns: mnemonic for instruction