Package org.jf.dexlib2.rewriter
Class InstructionRewriter.RewrittenInstruction20bc
- java.lang.Object
-
- org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction20bc>
-
- org.jf.dexlib2.rewriter.InstructionRewriter.RewrittenInstruction20bc
-
- All Implemented Interfaces:
Instruction20bc
,Instruction
,ReferenceInstruction
,VerificationErrorInstruction
- Enclosing class:
- InstructionRewriter
protected class InstructionRewriter.RewrittenInstruction20bc extends InstructionRewriter.BaseRewrittenReferenceInstruction<Instruction20bc> implements Instruction20bc
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.rewriter.InstructionRewriter.BaseRewrittenReferenceInstruction
instruction
-
-
Constructor Summary
Constructors Constructor Description RewrittenInstruction20bc(Instruction20bc instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVerificationError()
-
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
-
RewrittenInstruction20bc
public RewrittenInstruction20bc(@Nonnull Instruction20bc instruction)
-
-
Method Detail
-
getVerificationError
public int getVerificationError()
- Specified by:
getVerificationError
in interfaceVerificationErrorInstruction
-
-