Package org.jf.baksmali.Adaptors
Class PostInstructionRegisterInfoMethodItem
java.lang.Object
org.jf.baksmali.Adaptors.MethodItem
org.jf.baksmali.Adaptors.PostInstructionRegisterInfoMethodItem
- All Implemented Interfaces:
Comparable<MethodItem>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnalyzedInstructionprivate final RegisterFormatterFields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress -
Constructor Summary
ConstructorsConstructorDescriptionPostInstructionRegisterInfoMethodItem(RegisterFormatter registerFormatter, AnalyzedInstruction analyzedInstruction, int codeAddress) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddDestRegs(BitSet printPostRegister, int registerCount) doubleprivate booleanwriteRegisterInfo(BaksmaliWriter writer, BitSet registers) booleanwriteTo(BaksmaliWriter writer) Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
Field Details
-
registerFormatter
-
analyzedInstruction
-
-
Constructor Details
-
PostInstructionRegisterInfoMethodItem
public PostInstructionRegisterInfoMethodItem(@Nonnull RegisterFormatter registerFormatter, @Nonnull AnalyzedInstruction analyzedInstruction, int codeAddress)
-
-
Method Details
-
getSortOrder
public double getSortOrder()- Specified by:
getSortOrderin classMethodItem
-
writeTo
- Specified by:
writeToin classMethodItem- Throws:
IOException
-
addDestRegs
-
writeRegisterInfo
- Throws:
IOException
-