Package com.android.dex
Class Code.CatchHandler
- java.lang.Object
-
- com.android.dex.Code.CatchHandler
-
-
Constructor Summary
Constructors Constructor Description CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getAddresses()intgetCatchAllAddress()intgetOffset()int[]getTypeIndexes()
-