Class BuilderInstruction11n
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction11n
-
- All Implemented Interfaces:
Instruction11n
,Instruction
,NarrowLiteralInstruction
,OneRegisterInstruction
,WideLiteralInstruction
public class BuilderInstruction11n extends BuilderInstruction implements Instruction11n
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction11n(Opcode opcode, int registerA, int literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
int
getNarrowLiteral()
int
getRegisterA()
long
getWideLiteral()
-
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
-
literal
protected final int literal
-
-
Constructor Detail
-
BuilderInstruction11n
public BuilderInstruction11n(@Nonnull Opcode opcode, int registerA, int literal)
-
-
Method Detail
-
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 classBuilderInstruction
-
-