Package com.android.dex
Class Code.Try
java.lang.Object
com.android.dex.Code.Try
- Enclosing class:
Code
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns this try's catch handler index.int
int
-
Method Details
-
getStartAddress
public int getStartAddress() -
getInstructionCount
public int getInstructionCount() -
getCatchHandlerIndex
public int getCatchHandlerIndex()Returns this try's catch handler index. Note that this is distinct from the its catch handler offset.
-