Class ConstructInstruction


  • public class ConstructInstruction
    extends Instruction
    • Constructor Detail

      • ConstructInstruction

        public ConstructInstruction()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getReceiver

        public Variable getReceiver()
      • setReceiver

        public void setReceiver​(Variable receiver)