Class BuilderInstruction3rms

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction3rms
All Implemented Interfaces:
Instruction3rms, Instruction, RegisterRangeInstruction, VariableRegisterInstruction, VtableIndexInstruction

public class BuilderInstruction3rms extends BuilderInstruction implements Instruction3rms
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • startRegister

      protected final int startRegister
    • registerCount

      protected final int registerCount
    • vtableIndex

      protected final int vtableIndex
  • Constructor Details

    • BuilderInstruction3rms

      public BuilderInstruction3rms(@Nonnull Opcode opcode, int startRegister, int registerCount, int vtableIndex)
  • Method Details