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