Class BuilderInstruction23x
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction23x
- 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.builder.BuilderInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstruction23x(Opcode opcode, int registerA, int registerB, int registerC) -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcodeMethods 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
-
BuilderInstruction23x
-
-
Method Details
-
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 classBuilderInstruction
-