Class ImmutableInstruction23x
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction23x
-
- All Implemented Interfaces:
Instruction23x
,Instruction
,OneRegisterInstruction
,ThreeRegisterInstruction
,TwoRegisterInstruction
public class ImmutableInstruction23x extends ImmutableInstruction implements Instruction23x
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction23x(Opcode opcode, int registerA, int registerB, int registerC)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
int
getRegisterA()
int
getRegisterB()
int
getRegisterC()
static ImmutableInstruction23x
of(Instruction23x instruction)
-
Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, of
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Field Detail
-
FORMAT
public static final Format FORMAT
-
registerA
protected final int registerA
-
registerB
protected final int registerB
-
registerC
protected final int registerC
-
-
Constructor Detail
-
ImmutableInstruction23x
public ImmutableInstruction23x(@Nonnull Opcode opcode, int registerA, int registerB, int registerC)
-
-
Method Detail
-
of
public static ImmutableInstruction23x of(Instruction23x instruction)
-
getRegisterA
public int getRegisterA()
- Specified by:
getRegisterA
in interfaceOneRegisterInstruction
-
getRegisterB
public int getRegisterB()
- Specified by:
getRegisterB
in interfaceTwoRegisterInstruction
-
getRegisterC
public int getRegisterC()
- Specified by:
getRegisterC
in interfaceThreeRegisterInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classImmutableInstruction
-
-