Class BasicBlock.Mark

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    BasicBlock

    static class BasicBlock.Mark
    extends java.lang.Object
    implements java.lang.Comparable
    A Mark indicates the position of a branch instruction or a branch target.
    • Constructor Summary

      Constructors 
      Constructor Description
      Mark​(int p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object obj)  
      (package private) void setJump​(BasicBlock[] bb, int s, boolean always)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mark

        Mark​(int p)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object obj)
        Specified by:
        compareTo in interface java.lang.Comparable
      • setJump

        void setJump​(BasicBlock[] bb,
                     int s,
                     boolean always)