Package org.jf.baksmali.Adaptors
Class PreInstructionRegisterInfoMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.PreInstructionRegisterInfoMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class PreInstructionRegisterInfoMethodItem extends MethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description PreInstructionRegisterInfoMethodItem(int registerInfo, org.jf.dexlib2.analysis.MethodAnalyzer methodAnalyzer, 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
-
PreInstructionRegisterInfoMethodItem
public PreInstructionRegisterInfoMethodItem(int registerInfo, @Nonnull org.jf.dexlib2.analysis.MethodAnalyzer methodAnalyzer, @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
-
-