Package org.jf.dexlib2.iface.instruction
Interface OneRegisterInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction11n
,Instruction11x
,Instruction12x
,Instruction21c
,Instruction21ih
,Instruction21lh
,Instruction21s
,Instruction21t
,Instruction22b
,Instruction22c
,Instruction22cs
,Instruction22s
,Instruction22t
,Instruction22x
,Instruction23x
,Instruction31c
,Instruction31i
,Instruction31t
,Instruction32x
,Instruction51l
,ThreeRegisterInstruction
,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction11n
,BuilderInstruction11x
,BuilderInstruction12x
,BuilderInstruction21c
,BuilderInstruction21ih
,BuilderInstruction21lh
,BuilderInstruction21s
,BuilderInstruction21t
,BuilderInstruction22b
,BuilderInstruction22c
,BuilderInstruction22cs
,BuilderInstruction22s
,BuilderInstruction22t
,BuilderInstruction22x
,BuilderInstruction23x
,BuilderInstruction31c
,BuilderInstruction31i
,BuilderInstruction31t
,BuilderInstruction32x
,BuilderInstruction51l
,DexBackedInstruction11n
,DexBackedInstruction11x
,DexBackedInstruction12x
,DexBackedInstruction21c
,DexBackedInstruction21ih
,DexBackedInstruction21lh
,DexBackedInstruction21s
,DexBackedInstruction21t
,DexBackedInstruction22b
,DexBackedInstruction22c
,DexBackedInstruction22cs
,DexBackedInstruction22s
,DexBackedInstruction22t
,DexBackedInstruction22x
,DexBackedInstruction23x
,DexBackedInstruction31c
,DexBackedInstruction31i
,DexBackedInstruction31t
,DexBackedInstruction32x
,DexBackedInstruction51l
,ImmutableInstruction11n
,ImmutableInstruction11x
,ImmutableInstruction12x
,ImmutableInstruction21c
,ImmutableInstruction21ih
,ImmutableInstruction21lh
,ImmutableInstruction21s
,ImmutableInstruction21t
,ImmutableInstruction22b
,ImmutableInstruction22c
,ImmutableInstruction22cs
,ImmutableInstruction22s
,ImmutableInstruction22t
,ImmutableInstruction22x
,ImmutableInstruction23x
,ImmutableInstruction31c
,ImmutableInstruction31i
,ImmutableInstruction31t
,ImmutableInstruction32x
,ImmutableInstruction51l
,InstructionRewriter.RewrittenInstruction21c
,InstructionRewriter.RewrittenInstruction22c
,InstructionRewriter.RewrittenInstruction31c
public interface OneRegisterInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegisterA()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-