com.android.dex
Class Code.Try

java.lang.Object
  extended by com.android.dex.Code.Try
Enclosing class:
Code

public static class Code.Try
extends Object


Method Summary
 int getCatchHandlerIndex()
          Returns this try's catch handler index.
 int getInstructionCount()
           
 int getStartAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.