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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final Referenceprotected final Referenceprotected final intprotected final intFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstruction4rcc(Opcode opcode, int startRegister, int registerCount, Reference reference, Reference reference2) -
Method Summary
Modifier and TypeMethodDescriptionintintintintMethods 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 -
reference
-
reference2
-
-
Constructor Details
-
BuilderInstruction4rcc
-
-
Method Details
-
getStartRegister
public int getStartRegister()- Specified by:
getStartRegisterin interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCountin interfaceVariableRegisterInstruction
-
getReference
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getReference2
- Specified by:
getReference2in interfaceDualReferenceInstruction
-
getReferenceType2
public int getReferenceType2()- Specified by:
getReferenceType2in interfaceDualReferenceInstruction
-
getFormat
- Specified by:
getFormatin classBuilderInstruction
-