Class Code

java.lang.Object
com.android.dex.Code

public final class Code extends Object
  • Constructor Details

    • Code

      public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Code.Try[] tries, Code.CatchHandler[] catchHandlers)
  • Method Details

    • getRegistersSize

      public int getRegistersSize()
    • getInsSize

      public int getInsSize()
    • getOutsSize

      public int getOutsSize()
    • getDebugInfoOffset

      public int getDebugInfoOffset()
    • getInstructions

      public short[] getInstructions()
    • getTries

      public Code.Try[] getTries()
    • getCatchHandlers

      public Code.CatchHandler[] getCatchHandlers()