Class BuilderInstruction22cs
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction22cs
- All Implemented Interfaces:
FieldOffsetInstruction,Instruction22cs,Instruction,OneRegisterInstruction,TwoRegisterInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intstatic final Formatprotected final intprotected final intFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstruction22cs(Opcode opcode, int registerA, int registerB, int fieldOffset) -
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 -
fieldOffset
protected final int fieldOffset
-
-
Constructor Details
-
BuilderInstruction22cs
public BuilderInstruction22cs(@Nonnull Opcode opcode, int registerA, int registerB, int fieldOffset)
-
-
Method Details
-
getRegisterA
public int getRegisterA()- Specified by:
getRegisterAin interfaceOneRegisterInstruction
-
getRegisterB
public int getRegisterB()- Specified by:
getRegisterBin interfaceTwoRegisterInstruction
-
getFieldOffset
public int getFieldOffset()- Specified by:
getFieldOffsetin interfaceFieldOffsetInstruction
-
getFormat
- Specified by:
getFormatin classBuilderInstruction
-