Package org.jf.baksmali.Adaptors.Format
Class OffsetInstructionFormatMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.Format.InstructionMethodItem<OffsetInstruction>
org.jf.baksmali.Adaptors.Format.OffsetInstructionFormatMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
-
Field Summary
FieldsFields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDefFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionOffsetInstructionFormatMethodItem(BaksmaliOptions options, MethodDefinition methodDef, int codeAddress, OffsetInstruction instruction) -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()private Stringprotected 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, writeVtableIndexMethods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Field Details
-
label
-
-
Constructor Details
-
OffsetInstructionFormatMethodItem
public OffsetInstructionFormatMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition methodDef, int codeAddress, OffsetInstruction instruction)
-
-
Method Details
-
writeTargetLabel
- Overrides:
writeTargetLabelin classInstructionMethodItem<OffsetInstruction>- Throws:
IOException
-
getLabel
-
getLabelPrefix
-