Class BoundCheckInstruction


  • public class BoundCheckInstruction
    extends Instruction
    • Constructor Detail

      • BoundCheckInstruction

        public BoundCheckInstruction()
    • Method Detail

      • getReceiver

        public Variable getReceiver()
      • setReceiver

        public void setReceiver​(Variable receiver)
      • setIndex

        public void setIndex​(Variable index)
      • setArray

        public void setArray​(Variable array)
      • isLower

        public boolean isLower()
      • setLower

        public void setLower​(boolean lower)