Class IntegerConstantInstruction


  • public class IntegerConstantInstruction
    extends Instruction
    • Constructor Detail

      • IntegerConstantInstruction

        public IntegerConstantInstruction()
    • Method Detail

      • getConstant

        public int getConstant()
      • setConstant

        public void setConstant​(int constant)
      • getReceiver

        public Variable getReceiver()
      • setReceiver

        public void setReceiver​(Variable receiver)