Package org.jf.dexlib2.iface.instruction
Interface DualReferenceInstruction
-
- All Superinterfaces:
Instruction
,ReferenceInstruction
- All Known Subinterfaces:
Instruction45cc
,Instruction4rcc
- All Known Implementing Classes:
BuilderInstruction45cc
,BuilderInstruction4rcc
,DexBackedInstruction45cc
,DexBackedInstruction4rcc
,ImmutableInstruction45cc
,ImmutableInstruction4rcc
public interface DualReferenceInstruction extends ReferenceInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reference
getReference2()
int
getReferenceType2()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.ReferenceInstruction
getReference, getReferenceType
-
-
-
-
Method Detail
-
getReference2
@Nonnull Reference getReference2()
-
getReferenceType2
int getReferenceType2()
-
-