Package com.mebigfatguy.fbcontrib.detect
Class UseTryWithResources.TryBlock
java.lang.Object
com.mebigfatguy.fbcontrib.detect.UseTryWithResources.TryBlock
- Enclosing class:
UseTryWithResources
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEndPC()intintintvoidsetHandlerEndPC(int handlerEndPC) toString()
-
Field Details
-
startPC
private int startPC -
endPC
private int endPC -
handlerPC
private int handlerPC -
handlerEndPC
private int handlerEndPC
-
-
Constructor Details
-
TryBlock
public TryBlock(int startPC, int endPC, int handlerPC, int handlerEndPC)
-
-
Method Details