Class BuilderInstruction3rms
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction3rms
-
- All Implemented Interfaces:
Instruction3rms
,Instruction
,RegisterRangeInstruction
,VariableRegisterInstruction
,VtableIndexInstruction
public class BuilderInstruction3rms extends BuilderInstruction implements Instruction3rms
-
-
Field Summary
Fields Modifier and Type Field Description static Format
FORMAT
protected int
registerCount
protected int
startRegister
protected int
vtableIndex
-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction3rms(Opcode opcode, int startRegister, int registerCount, int vtableIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
int
getRegisterCount()
int
getStartRegister()
int
getVtableIndex()
-
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
-
startRegister
protected final int startRegister
-
registerCount
protected final int registerCount
-
vtableIndex
protected final int vtableIndex
-
-
Constructor Detail
-
BuilderInstruction3rms
public BuilderInstruction3rms(@Nonnull Opcode opcode, int startRegister, int registerCount, int vtableIndex)
-
-
Method Detail
-
getStartRegister
public int getStartRegister()
- Specified by:
getStartRegister
in interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCount
in interfaceVariableRegisterInstruction
-
getVtableIndex
public int getVtableIndex()
- Specified by:
getVtableIndex
in interfaceVtableIndexInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classBuilderInstruction
-
-