Package com.mebigfatguy.fbcontrib.detect
Class DeletingWhileIterating.Loop
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.DeletingWhileIterating.Loop
-
- Enclosing class:
- DeletingWhileIterating
static class DeletingWhileIterating.Loop extends java.lang.Object
represents a simple loop
-
-
Field Summary
Fields Modifier and Type Field Description int
loopFinish
int
loopStart
-
Constructor Summary
Constructors Constructor Description Loop(int start, int finish)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getLoopFinish()
(package private) int
getLoopStart()
(package private) boolean
hasPC(int pc)
java.lang.String
toString()
-