Package com.mebigfatguy.fbcontrib.detect
Class UseAddAll.LoopInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.UseAddAll.LoopInfo
-
- Enclosing class:
- UseAddAll
static class UseAddAll.LoopInfo extends java.lang.Object
represents a loop, and where an add was found in it
-
-
Constructor Summary
Constructors Constructor Description LoopInfo(int loopStart, int loopEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
foundAdd(int pc)
(package private) int
getAddPC()
(package private) int
getEndPC()
(package private) int
getStartPC()
(package private) boolean
isInLoop(int pc)
java.lang.String
toString()
-