com.android.dx.dex.file
Class MemberIdsSection
java.lang.Object
com.android.dx.dex.file.Section
com.android.dx.dex.file.UniformItemSection
com.android.dx.dex.file.MemberIdsSection
- Direct Known Subclasses:
- FieldIdsSection, MethodIdsSection
public abstract class MemberIdsSection
- extends UniformItemSection
Member (field or method) refs list section of a .dex file.
|
Method Summary |
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. |
| Methods inherited from class com.android.dx.dex.file.Section |
align, getAbsoluteOffset, getAlignment, getFile, getFileOffset, getName, items, prepare, setFileOffset, throwIfNotPrepared, throwIfPrepared, validateAlignment, writeTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
purposesfile - non-null; file that this instance is part of
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
Copyright © 2013. All Rights Reserved.