Uses of Class
org.jf.dexlib2.analysis.MethodAnalyzer
Packages that use MethodAnalyzer
-
Uses of MethodAnalyzer in org.jf.baksmali.Adaptors
Fields in org.jf.baksmali.Adaptors declared as MethodAnalyzerModifier and TypeFieldDescriptionprivate final MethodAnalyzerPreInstructionRegisterInfoMethodItem.methodAnalyzerConstructors in org.jf.baksmali.Adaptors with parameters of type MethodAnalyzerModifierConstructorDescriptionPreInstructionRegisterInfoMethodItem(int registerInfo, MethodAnalyzer methodAnalyzer, RegisterFormatter registerFormatter, AnalyzedInstruction analyzedInstruction, int codeAddress) -
Uses of MethodAnalyzer in org.jf.dexlib2.analysis
Fields in org.jf.dexlib2.analysis declared as MethodAnalyzerModifier and TypeFieldDescriptionprotected final MethodAnalyzerAnalyzedInstruction.methodAnalyzerThe MethodAnalyzer containing this instructionConstructors in org.jf.dexlib2.analysis with parameters of type MethodAnalyzerModifierConstructorDescriptionAnalyzedInstruction(MethodAnalyzer methodAnalyzer, Instruction instruction, int instructionIndex, int registerCount)