com.android.dex
Class Code.CatchHandler
java.lang.Object
com.android.dex.Code.CatchHandler
- Enclosing class:
- Code
public static class Code.CatchHandler
- extends Object
|
Constructor Summary |
Code.CatchHandler(int[] typeIndexes,
int[] addresses,
int catchAllAddress,
int offset)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Code.CatchHandler
public Code.CatchHandler(int[] typeIndexes,
int[] addresses,
int catchAllAddress,
int offset)
getTypeIndexes
public int[] getTypeIndexes()
getAddresses
public int[] getAddresses()
getCatchAllAddress
public int getCatchAllAddress()
getOffset
public int getOffset()
Copyright © 2015. All rights reserved.