Package com.android.dex
Class Code.CatchHandler
java.lang.Object
com.android.dex.Code.CatchHandler
- Enclosing class:
Code
-
Constructor Summary
ConstructorDescriptionCatchHandler
(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset) -
Method Summary
Modifier and TypeMethodDescriptionint[]
int
int
int[]
-
Constructor Details
-
CatchHandler
public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset)
-
-
Method Details
-
getTypeIndexes
public int[] getTypeIndexes() -
getAddresses
public int[] getAddresses() -
getCatchAllAddress
public int getCatchAllAddress() -
getOffset
public int getOffset()
-