Class BuilderInstruction3rmi
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction3rmi
- All Implemented Interfaces:
Instruction3rmi,InlineIndexInstruction,Instruction,RegisterRangeInstruction,VariableRegisterInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final intprotected final intprotected final intFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstruction3rmi(Opcode opcode, int startRegister, int registerCount, int inlineIndex) -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
FORMAT
-
startRegister
protected final int startRegister -
registerCount
protected final int registerCount -
inlineIndex
protected final int inlineIndex
-
-
Constructor Details
-
BuilderInstruction3rmi
public BuilderInstruction3rmi(@Nonnull Opcode opcode, int startRegister, int registerCount, int inlineIndex)
-
-
Method Details
-
getStartRegister
public int getStartRegister()- Specified by:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getInlineIndex
public int getInlineIndex()- Specified by:
getInlineIndexin interfaceInlineIndexInstruction
-
getFormat
- Specified by:
getFormatin classBuilderInstruction
-