Class BuilderInstruction12x

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction12x
All Implemented Interfaces:
Instruction12x, Instruction, OneRegisterInstruction, TwoRegisterInstruction

public class BuilderInstruction12x extends BuilderInstruction implements Instruction12x
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • registerA

      protected final int registerA
    • registerB

      protected final int registerB
  • Constructor Details

    • BuilderInstruction12x

      public BuilderInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB)
  • Method Details