Class BuryingLogic.IfBlock

java.lang.Object
com.mebigfatguy.fbcontrib.detect.BuryingLogic.IfBlock
Enclosing class:
BuryingLogic

static class BuryingLogic.IfBlock extends Object
represents the byte offset code range of code that is executed inside an if block
  • Field Details

  • Constructor Details

    • IfBlock

      public IfBlock(int s, int e)
  • Method Details

    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • hasSubBlocks

      public boolean hasSubBlocks()
    • getSubIfBlocks

      public BuryingLogic.IfBlocks getSubIfBlocks()
    • toString

      public String toString()
      Overrides:
      toString in class Object