Class StringConstantInstruction


  • public class StringConstantInstruction
    extends Instruction
    • Constructor Detail

      • StringConstantInstruction

        public StringConstantInstruction()
    • Method Detail

      • getConstant

        public java.lang.String getConstant()
      • setConstant

        public void setConstant​(java.lang.String constant)
      • getReceiver

        public Variable getReceiver()
      • setReceiver

        public void setReceiver​(Variable receiver)