org.jf.baksmali.Adaptors
Class PreInstructionRegisterInfoMethodItem

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodItem
      extended by 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
PreInstructionRegisterInfoMethodItem(int registerInfo, org.jf.dexlib2.analysis.MethodAnalyzer methodAnalyzer, RegisterFormatter registerFormatter, org.jf.dexlib2.analysis.AnalyzedInstruction analyzedInstruction, int codeAddress)
           
 
Method Summary
 double getSortOrder()
           
 boolean writeTo(org.jf.util.IndentingWriter writer)
           
 
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
getSortOrder in class MethodItem

writeTo

public boolean writeTo(org.jf.util.IndentingWriter writer)
                throws java.io.IOException
Specified by:
writeTo in class MethodItem
Throws:
java.io.IOException