Package org.jf.baksmali.Adaptors.Format
Class UnresolvedOdexInstructionMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.Format.InstructionMethodItem<UnresolvedOdexInstruction>
org.jf.baksmali.Adaptors.Format.UnresolvedOdexInstructionMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
public class UnresolvedOdexInstructionMethodItem
extends InstructionMethodItem<UnresolvedOdexInstruction>
-
Field Summary
Fields inherited from class org.jf.baksmali.Adaptors.Format.InstructionMethodItem
instruction, methodDefFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedOdexInstructionMethodItem(MethodDefinition methodDef, int codeAddress, UnresolvedOdexInstruction instruction) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidwriteThrowTo(BaksmaliWriter writer) booleanwriteTo(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, writeTargetLabel, writeThirdRegister, writeVtableIndexMethods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Constructor Details
-
UnresolvedOdexInstructionMethodItem
public UnresolvedOdexInstructionMethodItem(@Nonnull MethodDefinition methodDef, int codeAddress, @Nonnull UnresolvedOdexInstruction instruction)
-
-
Method Details
-
writeTo
- Overrides:
writeToin classInstructionMethodItem<UnresolvedOdexInstruction>- Throws:
IOException
-
writeThrowTo
- Throws:
IOException
-