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