Package com.mebigfatguy.fbcontrib.detect
Class AbnormalFinallyBlockReturn.FinallyBlockInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.AbnormalFinallyBlockReturn.FinallyBlockInfo
-
- Enclosing class:
- AbnormalFinallyBlockReturn
static class AbnormalFinallyBlockReturn.FinallyBlockInfo extends java.lang.Object
holds the finally block information for a particular method.
-
-
Field Summary
Fields Modifier and Type Field Description int
exReg
int
monitorCount
int
startPC
-
Constructor Summary
Constructors Constructor Description FinallyBlockInfo(int start)
create a finally block info for a specific code range
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-