Package org.jf.baksmali.Adaptors
Class PostInstructionRegisterInfoMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.PostInstructionRegisterInfoMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class PostInstructionRegisterInfoMethodItem extends MethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description PostInstructionRegisterInfoMethodItem(RegisterFormatter registerFormatter, org.jf.dexlib2.analysis.AnalyzedInstruction analyzedInstruction, int codeAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetSortOrder()booleanwriteTo(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
-
-
-
Constructor Detail
-
PostInstructionRegisterInfoMethodItem
public PostInstructionRegisterInfoMethodItem(@Nonnull RegisterFormatter registerFormatter, @Nonnull org.jf.dexlib2.analysis.AnalyzedInstruction analyzedInstruction, int codeAddress)
-
-
Method Detail
-
getSortOrder
public double getSortOrder()
- Specified by:
getSortOrderin classMethodItem
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Specified by:
writeToin classMethodItem- Throws:
java.io.IOException
-
-