com.mebigfatguy.fbcontrib.detect
Class AbnormalFinallyBlockReturn.FinallyBlockInfo

java.lang.Object
  extended by com.mebigfatguy.fbcontrib.detect.AbnormalFinallyBlockReturn.FinallyBlockInfo
Enclosing class:
AbnormalFinallyBlockReturn

public static class AbnormalFinallyBlockReturn.FinallyBlockInfo
extends java.lang.Object

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

startPC

public int startPC

endPC

public int endPC

monitorCount

public int monitorCount

exReg

public int exReg
Constructor Detail

AbnormalFinallyBlockReturn.FinallyBlockInfo

public AbnormalFinallyBlockReturn.FinallyBlockInfo(int start,
                                                   int end)
create a finally block info for a specific code range

Parameters:
start - the start of the try block
end - the end of the try block


Copyright © 2005-2008 MeBigFatGuy.com. All Rights Reserved.