Class ImmutableInstruction10x
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction10x
-
- All Implemented Interfaces:
Instruction10x
,Instruction
public class ImmutableInstruction10x extends ImmutableInstruction implements Instruction10x
-
-
Field Summary
Fields Modifier and Type Field Description static Format
FORMAT
-
Fields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction10x(Opcode opcode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
static ImmutableInstruction10x
of(Instruction10x 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
-
-
Constructor Detail
-
ImmutableInstruction10x
public ImmutableInstruction10x(@Nonnull Opcode opcode)
-
-
Method Detail
-
of
public static ImmutableInstruction10x of(Instruction10x instruction)
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classImmutableInstruction
-
-