Class BuilderInstruction22cs
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction22cs
-
- All Implemented Interfaces:
FieldOffsetInstruction,Instruction22cs,Instruction,OneRegisterInstruction,TwoRegisterInstruction
public class BuilderInstruction22cs extends BuilderInstruction implements Instruction22cs
-
-
Field Summary
Fields Modifier and Type Field Description protected intfieldOffsetstatic FormatFORMATprotected intregisterAprotected intregisterB-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction22cs(Opcode opcode, int registerA, int registerB, int fieldOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFieldOffset()FormatgetFormat()intgetRegisterA()intgetRegisterB()-
Methods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcode
-
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
-
fieldOffset
protected final int fieldOffset
-
-
Constructor Detail
-
BuilderInstruction22cs
public BuilderInstruction22cs(@Nonnull Opcode opcode, int registerA, int registerB, int fieldOffset)
-
-
Method Detail
-
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
public Format getFormat()
- Specified by:
getFormatin classBuilderInstruction
-
-