Class BoundCheckInstruction

java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.BoundCheckInstruction

public class BoundCheckInstruction extends Instruction
  • Constructor Details

    • BoundCheckInstruction

      public BoundCheckInstruction()
  • Method Details

    • getReceiver

      public Variable getReceiver()
    • setReceiver

      public void setReceiver(Variable receiver)
    • getIndex

      public Variable getIndex()
    • setIndex

      public void setIndex(Variable index)
    • getArray

      public Variable getArray()
    • setArray

      public void setArray(Variable array)
    • isLower

      public boolean isLower()
    • setLower

      public void setLower(boolean lower)
    • acceptVisitor

      public void acceptVisitor(InstructionVisitor visitor)
      Specified by:
      acceptVisitor in class Instruction