Class MemberIdsSection

Direct Known Subclasses:
FieldIdsSection, MethodIdsSection

public abstract class MemberIdsSection extends UniformItemSection
Member (field or method) refs list section of a .dex file.
  • Constructor Details

    • MemberIdsSection

      public MemberIdsSection(String name, DexFile file)
      Constructs an instance. The file offset is initially unknown.
      Parameters:
      name - null-ok; the name of this instance, for annotation purposes
      file - non-null; file that this instance is part of
  • Method Details

    • orderItems

      protected void orderItems()
      Alters or picks the order for items in this instance if desired, so that subsequent calls to Section.items() will yield a so-ordered collection. If the items in this instance are indexed, then this method should also assign indices.
      Specified by:
      orderItems in class UniformItemSection