Class Code.Try

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

public static class Code.Try extends Object
  • Method Details

    • 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.