|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mebigfatguy.fbcontrib.detect.AbnormalFinallyBlockReturn.FinallyBlockInfo
public static class AbnormalFinallyBlockReturn.FinallyBlockInfo
holds the finally block information for a particular method.
| Field Summary | |
|---|---|
int |
endPC
|
int |
exReg
|
int |
monitorCount
|
int |
startPC
|
| Constructor Summary | |
|---|---|
AbnormalFinallyBlockReturn.FinallyBlockInfo(int start,
int end)
create a finally block info for a specific code range |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int startPC
public int endPC
public int monitorCount
public int exReg
| Constructor Detail |
|---|
public AbnormalFinallyBlockReturn.FinallyBlockInfo(int start,
int end)
start - the start of the try blockend - the end of the try block
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||