jellyj.classfile.classgen
Class SIPUSH

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

public class SIPUSH
extends Instruction

SIPUSH - Push short Stack: ... -> ..., value

Author:
JellyJ Design Group

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

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

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

Constructor Detail

SIPUSH

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

SIPUSH

public SIPUSH(short b)
Method Detail

dump

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

toString

public String toString()
Returns: mnemonic for instruction