Class ImmutableInstruction31i
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction31i
-
- All Implemented Interfaces:
Instruction31i
,Instruction
,NarrowLiteralInstruction
,OneRegisterInstruction
,WideLiteralInstruction
public class ImmutableInstruction31i extends ImmutableInstruction implements Instruction31i
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction31i(Opcode opcode, int registerA, int literal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
int
getNarrowLiteral()
int
getRegisterA()
long
getWideLiteral()
static ImmutableInstruction31i
of(Instruction31i instruction)
-
Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, of
-
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
-
literal
protected final int literal
-
-
Constructor Detail
-
ImmutableInstruction31i
public ImmutableInstruction31i(@Nonnull Opcode opcode, int registerA, int literal)
-
-
Method Detail
-
of
public static ImmutableInstruction31i of(Instruction31i instruction)
-
getRegisterA
public int getRegisterA()
- Specified by:
getRegisterA
in interfaceOneRegisterInstruction
-
getNarrowLiteral
public int getNarrowLiteral()
- Specified by:
getNarrowLiteral
in interfaceNarrowLiteralInstruction
-
getWideLiteral
public long getWideLiteral()
- Specified by:
getWideLiteral
in interfaceWideLiteralInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classImmutableInstruction
-
-