Class CodeItem.CodeItemAnnotator.PreInstructionInfo

java.lang.Object
org.jf.dexlib2.dexbacked.raw.CodeItem.CodeItemAnnotator.PreInstructionInfo
Enclosing class:
CodeItem.CodeItemAnnotator

protected class CodeItem.CodeItemAnnotator.PreInstructionInfo extends Object
  • Field Details

    • triesCount

      public int triesCount
    • instructionSize

      public int instructionSize
  • Constructor Details

    • PreInstructionInfo

      public PreInstructionInfo(int triesCount, int instructionSize)