Class BuilderInstruction23x

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction23x
All Implemented Interfaces:
Instruction23x, Instruction, OneRegisterInstruction, ThreeRegisterInstruction, TwoRegisterInstruction

public class BuilderInstruction23x extends BuilderInstruction implements Instruction23x
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • registerA

      protected final int registerA
    • registerB

      protected final int registerB
    • registerC

      protected final int registerC
  • Constructor Details

    • BuilderInstruction23x

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