Class PreInstructionRegisterInfoMethodItem

  • All Implemented Interfaces:
    java.lang.Comparable<MethodItem>

    public class PreInstructionRegisterInfoMethodItem
    extends MethodItem
    • 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)