Interface FiveRegisterInstruction

All Superinterfaces:
Instruction, VariableRegisterInstruction
All Known Subinterfaces:
Instruction35c, Instruction35mi, Instruction35ms, Instruction45cc
All Known Implementing Classes:
BuilderInstruction35c, BuilderInstruction35mi, BuilderInstruction35ms, BuilderInstruction45cc, DexBackedInstruction35c, DexBackedInstruction35mi, DexBackedInstruction35ms, DexBackedInstruction45cc, ImmutableInstruction35c, ImmutableInstruction35mi, ImmutableInstruction35ms, ImmutableInstruction45cc, InstructionRewriter.RewrittenInstruction35c

public interface FiveRegisterInstruction extends VariableRegisterInstruction
  • Method Details

    • getRegisterC

      int getRegisterC()
    • getRegisterD

      int getRegisterD()
    • getRegisterE

      int getRegisterE()
    • getRegisterF

      int getRegisterF()
    • getRegisterG

      int getRegisterG()