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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final intprotected final intprotected final intFields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionImmutableInstruction23x(Opcode opcode, int registerA, int registerB, int registerC) -
Method Summary
Modifier and TypeMethodDescriptionintintintstatic ImmutableInstruction23xof(Instruction23x instruction) Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
FORMAT
-
registerA
protected final int registerA -
registerB
protected final int registerB -
registerC
protected final int registerC
-
-
Constructor Details
-
ImmutableInstruction23x
-
-
Method Details
-
of
-
getRegisterA
public int getRegisterA()- Specified by:
getRegisterAin interfaceOneRegisterInstruction
-
getRegisterB
public int getRegisterB()- Specified by:
getRegisterBin interfaceTwoRegisterInstruction
-
getRegisterC
public int getRegisterC()- Specified by:
getRegisterCin interfaceThreeRegisterInstruction
-
getFormat
- Specified by:
getFormatin classImmutableInstruction
-