Package com.mebigfatguy.fbcontrib.detect
Class UseAddAll.LoopInfo
java.lang.Object
com.mebigfatguy.fbcontrib.detect.UseAddAll.LoopInfo
- Enclosing class:
UseAddAll
represents a loop, and where an add was found in it
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
private final int start -
end
private final int end -
addPC
private int addPC
-
-
Constructor Details
-
LoopInfo
LoopInfo(int loopStart, int loopEnd)
-
-
Method Details