Class BuilderInstruction4rcc
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction4rcc
-
- All Implemented Interfaces:
DualReferenceInstruction,Instruction4rcc,Instruction,ReferenceInstruction,RegisterRangeInstruction,VariableRegisterInstruction
public class BuilderInstruction4rcc extends BuilderInstruction implements Instruction4rcc
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected Referencereferenceprotected Referencereference2protected intregisterCountprotected intstartRegister-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction4rcc(Opcode opcode, int startRegister, int registerCount, Reference reference, Reference reference2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()ReferencegetReference()ReferencegetReference2()intgetReferenceType()intgetReferenceType2()intgetRegisterCount()intgetStartRegister()-
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:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getReference
@Nonnull public Reference getReference()
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()
- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getReference2
@Nonnull public Reference getReference2()
- Specified by:
getReference2in interfaceDualReferenceInstruction
-
getReferenceType2
public int getReferenceType2()
- Specified by:
getReferenceType2in interfaceDualReferenceInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classBuilderInstruction
-
-