Class InstrIndex

  • All Implemented Interfaces:
    java.lang.Comparable<InstrIndex>

    public class InstrIndex
    extends java.lang.Object
    implements java.lang.Comparable<InstrIndex>
    • Constructor Detail

      • InstrIndex

        public InstrIndex​(int index)
    • Method Detail

      • idx

        private int idx()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(InstrIndex other)
        Specified by:
        compareTo in interface java.lang.Comparable<InstrIndex>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • mkTempList

        private void mkTempList()
      • directlyPreceeds

        boolean directlyPreceeds​(InstrIndex other)
      • isBackJumpTo

        private int isBackJumpTo​(InstrIndex other)
      • isBackJumpFrom

        public boolean isBackJumpFrom​(InstrIndex other)