Uses of Interface
org.jf.dexlib2.iface.debug.DebugItem
Packages that use DebugItem
Package
Description
-
Uses of DebugItem in org.jf.baksmali.Adaptors.Debug
Methods in org.jf.baksmali.Adaptors.Debug with parameters of type DebugItemModifier and TypeMethodDescriptionstatic DebugMethodItemDebugMethodItem.build(ClassDefinition classDef, RegisterFormatter registerFormatter, DebugItem debugItem) -
Uses of DebugItem in org.jf.dexlib2.builder
Classes in org.jf.dexlib2.builder that implement DebugItemMethods in org.jf.dexlib2.builder that return types with arguments of type DebugItemMethods in org.jf.dexlib2.builder with parameters of type DebugItemModifier and TypeMethodDescriptionprivate BuilderDebugItemMutableMethodImplementation.convertDebugItem(DebugItem debugItem) -
Uses of DebugItem in org.jf.dexlib2.builder.debug
Classes in org.jf.dexlib2.builder.debug that implement DebugItemModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of DebugItem in org.jf.dexlib2.dexbacked
Methods in org.jf.dexlib2.dexbacked that return types with arguments of type DebugItem -
Uses of DebugItem in org.jf.dexlib2.dexbacked.util
Methods in org.jf.dexlib2.dexbacked.util that return types with arguments of type DebugItem -
Uses of DebugItem in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type DebugItemModifier and TypeMethodDescriptionMethodImplementation.getDebugItems()Get a list of debug items for this method. -
Uses of DebugItem in org.jf.dexlib2.iface.debug
Subinterfaces of DebugItem in org.jf.dexlib2.iface.debugModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of DebugItem in org.jf.dexlib2.immutable.debug
Classes in org.jf.dexlib2.immutable.debug that implement DebugItemModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in org.jf.dexlib2.immutable.debug with type parameters of type DebugItemModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableDebugItem, DebugItem> ImmutableDebugItem.CONVERTERMethods in org.jf.dexlib2.immutable.debug with parameters of type DebugItemMethod parameters in org.jf.dexlib2.immutable.debug with type arguments of type DebugItemModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableDebugItem> ImmutableDebugItem.immutableListOf(Iterable<? extends DebugItem> list) -
Uses of DebugItem in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter with type parameters of type DebugItemModifier and TypeClassDescriptionprotected classClasses in org.jf.dexlib2.rewriter that implement DebugItemModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classFields in org.jf.dexlib2.rewriter declared as DebugItemModifier and TypeFieldDescriptionprotected TDebugItemRewriter.BaseRewrittenLocalInfoDebugItem.debugItemFields in org.jf.dexlib2.rewriter with type parameters of type DebugItemMethods in org.jf.dexlib2.rewriter that return DebugItemMethods in org.jf.dexlib2.rewriter that return types with arguments of type DebugItemModifier and TypeMethodDescriptionDexRewriter.getDebugItemRewriter()RewriterModule.getDebugItemRewriter(Rewriters rewriters) Rewriters.getDebugItemRewriter()MethodImplementationRewriter.RewrittenMethodImplementation.getDebugItems()Methods in org.jf.dexlib2.rewriter with parameters of type DebugItem -
Uses of DebugItem in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer that return types with arguments of type DebugItemMethods in org.jf.dexlib2.writer with parameters of type DebugItemModifier and TypeMethodDescriptionvoidClassSection.writeDebugItem(DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) -
Uses of DebugItem in org.jf.dexlib2.writer.builder
Methods in org.jf.dexlib2.writer.builder that return types with arguments of type DebugItemMethods in org.jf.dexlib2.writer.builder with parameters of type DebugItemModifier and TypeMethodDescriptionvoidBuilderClassPool.writeDebugItem(DebugWriter<BuilderStringReference, BuilderTypeReference> writer, DebugItem debugItem) -
Uses of DebugItem in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return types with arguments of type DebugItemMethods in org.jf.dexlib2.writer.pool with parameters of type DebugItemModifier and TypeMethodDescriptionvoidClassPool.writeDebugItem(DebugWriter<CharSequence, CharSequence> writer, DebugItem debugItem)