Package org.jf.dexlib2.iface.instruction
Interface TwoRegisterInstruction
-
- All Superinterfaces:
Instruction
,OneRegisterInstruction
- All Known Subinterfaces:
Instruction12x
,Instruction22b
,Instruction22c
,Instruction22cs
,Instruction22s
,Instruction22t
,Instruction22x
,Instruction23x
,Instruction32x
,ThreeRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction12x
,BuilderInstruction22b
,BuilderInstruction22c
,BuilderInstruction22cs
,BuilderInstruction22s
,BuilderInstruction22t
,BuilderInstruction22x
,BuilderInstruction23x
,BuilderInstruction32x
,DexBackedInstruction12x
,DexBackedInstruction22b
,DexBackedInstruction22c
,DexBackedInstruction22cs
,DexBackedInstruction22s
,DexBackedInstruction22t
,DexBackedInstruction22x
,DexBackedInstruction23x
,DexBackedInstruction32x
,ImmutableInstruction12x
,ImmutableInstruction22b
,ImmutableInstruction22c
,ImmutableInstruction22cs
,ImmutableInstruction22s
,ImmutableInstruction22t
,ImmutableInstruction22x
,ImmutableInstruction23x
,ImmutableInstruction32x
,InstructionRewriter.RewrittenInstruction22c
public interface TwoRegisterInstruction extends OneRegisterInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegisterB()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.OneRegisterInstruction
getRegisterA
-
-