Class BuilderInstruction32x

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

public class BuilderInstruction32x extends BuilderInstruction implements Instruction32x
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • registerA

      protected final int registerA
    • registerB

      protected final int registerB
  • Constructor Details

    • BuilderInstruction32x

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