com.android.dex
Class Code.Try
java.lang.Object
com.android.dex.Code.Try
- Enclosing class:
- Code
public static class Code.Try
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
Copyright © 2015. All rights reserved.