public class PreInstructionRegisterInfoMethodItem extends MethodItem
codeAddress| Constructor and Description |
|---|
PreInstructionRegisterInfoMethodItem(int registerInfo,
org.jf.dexlib2.analysis.MethodAnalyzer methodAnalyzer,
RegisterFormatter registerFormatter,
org.jf.dexlib2.analysis.AnalyzedInstruction analyzedInstruction,
int codeAddress) |
| Modifier and Type | Method and Description |
|---|---|
double |
getSortOrder() |
boolean |
writeTo(org.jf.util.IndentingWriter writer) |
compareTo, getCodeAddresspublic PreInstructionRegisterInfoMethodItem(int registerInfo,
@Nonnull
org.jf.dexlib2.analysis.MethodAnalyzer methodAnalyzer,
@Nonnull
RegisterFormatter registerFormatter,
@Nonnull
org.jf.dexlib2.analysis.AnalyzedInstruction analyzedInstruction,
int codeAddress)
public double getSortOrder()
getSortOrder in class MethodItempublic boolean writeTo(org.jf.util.IndentingWriter writer)
throws java.io.IOException
writeTo in class MethodItemjava.io.IOException