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