Class BuilderInstruction51l

java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction51l
All Implemented Interfaces:
Instruction51l, Instruction, OneRegisterInstruction, WideLiteralInstruction

public class BuilderInstruction51l extends BuilderInstruction implements Instruction51l
  • Field Details

    • FORMAT

      public static final Format FORMAT
    • registerA

      protected final int registerA
    • literal

      protected final long literal
  • Constructor Details

    • BuilderInstruction51l

      public BuilderInstruction51l(@Nonnull Opcode opcode, int registerA, long literal)
  • Method Details