Class SIPUSH

All Implemented Interfaces:
Cloneable, ConstantPushInstruction, PushInstruction, StackProducer, TypedInstruction

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

    • SIPUSH

      public SIPUSH(short b)
  • Method Details