Class BuryingLogic.IfBlock

  • Enclosing class:
    BuryingLogic

    static class BuryingLogic.IfBlock
    extends java.lang.Object
    represents the byte offset code range of code that is executed inside an if block
    • Constructor Detail

      • IfBlock

        public IfBlock​(int s,
                       int e)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • hasSubBlocks

        public boolean hasSubBlocks()
      • toString

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