Package com.mebigfatguy.fbcontrib.detect
Class SQLInLoop.LoopLocation
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.SQLInLoop.LoopLocation
-
- Enclosing class:
- SQLInLoop
private static class SQLInLoop.LoopLocation extends java.lang.Object
holds the start and end position of a loop
-
-
Constructor Summary
Constructors Constructor Description LoopLocation(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isInLoop(int pc)
java.lang.String
toString()
-