Package org.jf.dexlib2.rewriter
Class InstructionRewriter.RewrittenInstruction35c
- java.lang.Object
-
- org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction35c>
-
- org.jf.dexlib2.rewriter.InstructionRewriter.RewrittenInstruction35c
-
- All Implemented Interfaces:
FiveRegisterInstruction
,Instruction35c
,Instruction
,ReferenceInstruction
,VariableRegisterInstruction
- Enclosing class:
- InstructionRewriter
protected class InstructionRewriter.RewrittenInstruction35c extends InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction35c> implements Instruction35c
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction
instruction
-
-
Constructor Summary
Constructors Constructor Description RewrittenInstruction35c(Instruction35c instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRegisterC()
int
getRegisterCount()
int
getRegisterD()
int
getRegisterE()
int
getRegisterF()
int
getRegisterG()
-
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
-
RewrittenInstruction35c
public RewrittenInstruction35c(@Nonnull Instruction35c instruction)
-
-
Method Detail
-
getRegisterC
public int getRegisterC()
- Specified by:
getRegisterC
in interfaceFiveRegisterInstruction
-
getRegisterE
public int getRegisterE()
- Specified by:
getRegisterE
in interfaceFiveRegisterInstruction
-
getRegisterG
public int getRegisterG()
- Specified by:
getRegisterG
in interfaceFiveRegisterInstruction
-
getRegisterCount
public int getRegisterCount()
- Specified by:
getRegisterCount
in interfaceVariableRegisterInstruction
-
getRegisterD
public int getRegisterD()
- Specified by:
getRegisterD
in interfaceFiveRegisterInstruction
-
getRegisterF
public int getRegisterF()
- Specified by:
getRegisterF
in interfaceFiveRegisterInstruction
-
-