Package org.jf.dexlib2.rewriter
Class InstructionRewriter.RewrittenInstruction3rc
- java.lang.Object
-
- org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction3rc>
-
- org.jf.dexlib2.rewriter.InstructionRewriter.RewrittenInstruction3rc
-
- All Implemented Interfaces:
Instruction3rc
,Instruction
,ReferenceInstruction
,RegisterRangeInstruction
,VariableRegisterInstruction
- Enclosing class:
- InstructionRewriter
protected class InstructionRewriter.RewrittenInstruction3rc extends InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction3rc> implements Instruction3rc
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction
instruction
-
-
Constructor Summary
Constructors Constructor Description RewrittenInstruction3rc(Instruction3rc instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRegisterCount()
int
getStartRegister()
-
Methods inherited from class org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction
getCodeUnits, getOpcode, getReference, getReferenceType
-
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
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.ReferenceInstruction
getReference, getReferenceType
-
-
-
-
Constructor Detail
-
RewrittenInstruction3rc
public RewrittenInstruction3rc(@Nonnull Instruction3rc instruction)
-
-
Method Detail
-
getStartRegister
public int getStartRegister()
- Specified by:
getStartRegister
in interfaceRegisterRangeInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCount
in interfaceVariableRegisterInstruction
-
-