Class DoubleConstantInstruction


  • public class DoubleConstantInstruction
    extends Instruction
    • Constructor Detail

      • DoubleConstantInstruction

        public DoubleConstantInstruction()
    • Method Detail

      • getConstant

        public double getConstant()
      • setConstant

        public void setConstant​(double constant)
      • getReceiver

        public Variable getReceiver()
      • setReceiver

        public void setReceiver​(Variable receiver)