Class BuilderInstruction22s
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction22s
-
- All Implemented Interfaces:
Instruction22s,Instruction,NarrowLiteralInstruction,OneRegisterInstruction,TwoRegisterInstruction,WideLiteralInstruction
public class BuilderInstruction22s extends BuilderInstruction implements Instruction22s
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction22s(Opcode opcode, int registerA, int registerB, int literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()intgetNarrowLiteral()intgetRegisterA()intgetRegisterB()longgetWideLiteral()-
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
-
literal
protected final int literal
-
-
Constructor Detail
-
BuilderInstruction22s
public BuilderInstruction22s(@Nonnull Opcode opcode, int registerA, int registerB, int literal)
-
-
Method Detail
-
getRegisterA
public int getRegisterA()
- Specified by:
getRegisterAin interfaceOneRegisterInstruction
-
getRegisterB
public int getRegisterB()
- Specified by:
getRegisterBin interfaceTwoRegisterInstruction
-
getNarrowLiteral
public int getNarrowLiteral()
- Specified by:
getNarrowLiteralin interfaceNarrowLiteralInstruction
-
getWideLiteral
public long getWideLiteral()
- Specified by:
getWideLiteralin interfaceWideLiteralInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classBuilderInstruction
-
-