Package org.jf.baksmali.Adaptors.Format
Class OffsetInstructionFormatMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.Format.InstructionMethodItem<org.jf.dexlib2.iface.instruction.OffsetInstruction>
-
- org.jf.baksmali.Adaptors.Format.OffsetInstructionFormatMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class OffsetInstructionFormatMethodItem extends InstructionMethodItem<org.jf.dexlib2.iface.instruction.OffsetInstruction>
-
-
Field Summary
Fields Modifier and Type Field Description protected LabelMethodItemlabel-
Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDef
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description OffsetInstructionFormatMethodItem(BaksmaliOptions options, MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.iface.instruction.OffsetInstruction instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelMethodItemgetLabel()protected voidwriteTargetLabel(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
getSortOrder, writeCommentIfLikelyDouble, writeCommentIfLikelyDouble, writeCommentIfLikelyFloat, writeCommentIfLikelyFloat, writeCommentIfResourceId, writeCommentIfResourceId, writeFieldOffset, writeFirstRegister, writeInlineIndex, writeInvokeRangeRegisters, writeInvokeRegisters, writeLiteral, writeOpcode, writeRegister, writeSecondRegister, writeThirdRegister, writeTo, writeVtableIndex
-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
-
-
-
Field Detail
-
label
protected LabelMethodItem label
-
-
Constructor Detail
-
OffsetInstructionFormatMethodItem
public OffsetInstructionFormatMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition methodDef, int codeAddress, org.jf.dexlib2.iface.instruction.OffsetInstruction instruction)
-
-
Method Detail
-
writeTargetLabel
protected void writeTargetLabel(BaksmaliWriter writer) throws java.io.IOException
- Overrides:
writeTargetLabelin classInstructionMethodItem<org.jf.dexlib2.iface.instruction.OffsetInstruction>- Throws:
java.io.IOException
-
getLabel
public LabelMethodItem getLabel()
-
-