Class Instruction

    • Constructor Detail

      • Instruction

        public Instruction()
    • Method Detail

      • getBasicBlock

        public BasicBlock getBasicBlock()
      • getProgram

        public Program getProgram()
      • setLocation

        public void setLocation​(TextLocation location)
      • delete

        public boolean delete()
      • replace

        public boolean replace​(Instruction other)
      • insertNext

        public void insertNext​(Instruction other)
      • insertNextAll

        public void insertNextAll​(java.lang.Iterable<Instruction> other)
      • insertPrevious

        public void insertPrevious​(Instruction other)
      • insertPreviousAll

        public void insertPreviousAll​(java.lang.Iterable<Instruction> other)