Package com.mebigfatguy.fbcontrib.detect
Class BuryingLogic.IfBlock
java.lang.Object
com.mebigfatguy.fbcontrib.detect.BuryingLogic.IfBlock
- Enclosing class:
BuryingLogic
represents the byte offset code range of code that is executed inside an if
block
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
private int start -
end
private int end -
subBlocks
-
-
Constructor Details
-
IfBlock
public IfBlock(int s, int e)
-
-
Method Details