Uses of Class
org.jf.baksmali.Adaptors.RegisterFormatter
Packages that use RegisterFormatter
-
Uses of RegisterFormatter in org.jf.baksmali.Adaptors
Fields in org.jf.baksmali.Adaptors declared as RegisterFormatterModifier and TypeFieldDescriptionMethodDefinition.registerFormatterprivate final RegisterFormatterPostInstructionRegisterInfoMethodItem.registerFormatterprivate final RegisterFormatterPreInstructionRegisterInfoMethodItem.registerFormatterConstructors in org.jf.baksmali.Adaptors with parameters of type RegisterFormatterModifierConstructorDescriptionPostInstructionRegisterInfoMethodItem(RegisterFormatter registerFormatter, AnalyzedInstruction analyzedInstruction, int codeAddress) PreInstructionRegisterInfoMethodItem(int registerInfo, MethodAnalyzer methodAnalyzer, RegisterFormatter registerFormatter, AnalyzedInstruction analyzedInstruction, int codeAddress) -
Uses of RegisterFormatter in org.jf.baksmali.Adaptors.Debug
Fields in org.jf.baksmali.Adaptors.Debug declared as RegisterFormatterModifier and TypeFieldDescriptionprivate final RegisterFormatterEndLocalMethodItem.registerFormatterprivate final RegisterFormatterRestartLocalMethodItem.registerFormatterprivate final RegisterFormatterStartLocalMethodItem.registerFormatterMethods in org.jf.baksmali.Adaptors.Debug with parameters of type RegisterFormatterModifier and TypeMethodDescriptionstatic DebugMethodItemDebugMethodItem.build(ClassDefinition classDef, RegisterFormatter registerFormatter, DebugItem debugItem) Constructors in org.jf.baksmali.Adaptors.Debug with parameters of type RegisterFormatterModifierConstructorDescriptionEndLocalMethodItem(int codeAddress, int sortOrder, RegisterFormatter registerFormatter, EndLocal endLocal) RestartLocalMethodItem(ClassDefinition classDef, int codeAddress, int sortOrder, RegisterFormatter registerFormatter, RestartLocal restartLocal) StartLocalMethodItem(ClassDefinition classDef, int codeAddress, int sortOrder, RegisterFormatter registerFormatter, StartLocal startLocal)