Package org.jf.dexlib2.iface.instruction
Interface ReferenceInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
DualReferenceInstruction
,Instruction20bc
,Instruction21c
,Instruction22c
,Instruction31c
,Instruction35c
,Instruction3rc
,Instruction45cc
,Instruction4rcc
- All Known Implementing Classes:
BuilderInstruction20bc
,BuilderInstruction21c
,BuilderInstruction22c
,BuilderInstruction31c
,BuilderInstruction35c
,BuilderInstruction3rc
,BuilderInstruction45cc
,BuilderInstruction4rcc
,DexBackedInstruction20bc
,DexBackedInstruction21c
,DexBackedInstruction22c
,DexBackedInstruction31c
,DexBackedInstruction35c
,DexBackedInstruction3rc
,DexBackedInstruction45cc
,DexBackedInstruction4rcc
,ImmutableInstruction20bc
,ImmutableInstruction21c
,ImmutableInstruction22c
,ImmutableInstruction31c
,ImmutableInstruction35c
,ImmutableInstruction3rc
,ImmutableInstruction45cc
,ImmutableInstruction4rcc
,InstructionRewriter.BaseRewrittenReferenceInstruction
,InstructionRewriter.RewrittenInstruction20bc
,InstructionRewriter.RewrittenInstruction21c
,InstructionRewriter.RewrittenInstruction22c
,InstructionRewriter.RewrittenInstruction31c
,InstructionRewriter.RewrittenInstruction35c
,InstructionRewriter.RewrittenInstruction3rc
public interface ReferenceInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reference
getReference()
int
getReferenceType()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Method Detail
-
getReference
@Nonnull Reference getReference()
-
getReferenceType
int getReferenceType()
-
-