Class Code.CatchHandler

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

public static class Code.CatchHandler extends Object
  • Constructor Details

    • CatchHandler

      public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset)
  • Method Details

    • getTypeIndexes

      public int[] getTypeIndexes()
    • getAddresses

      public int[] getAddresses()
    • getCatchAllAddress

      public int getCatchAllAddress()
    • getOffset

      public int getOffset()