Class BuilderInstruction22cs

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction22cs
All Implemented Interfaces:
FieldOffsetInstruction, Instruction22cs, Instruction, OneRegisterInstruction, TwoRegisterInstruction

public class BuilderInstruction22cs extends BuilderInstruction implements Instruction22cs
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • registerA

      protected final int registerA
    • registerB

      protected final int registerB
    • fieldOffset

      protected final int fieldOffset
  • Constructor Details

    • BuilderInstruction22cs

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