| Package | Description |
|---|---|
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
ItemType |
DebugInfoItem.itemType()
Returns the item type for this instance.
|
ItemType |
StringIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
CallSiteItem.itemType()
Returns the item type for this instance.
|
ItemType |
MapItem.itemType()
Returns the item type for this instance.
|
ItemType |
AnnotationSetRefItem.itemType()
Returns the item type for this instance.
|
ItemType |
StringDataItem.itemType()
Returns the item type for this instance.
|
ItemType |
HeaderItem.itemType()
Returns the item type for this instance.
|
ItemType |
AnnotationsDirectoryItem.itemType()
Returns the item type for this instance.
|
ItemType |
MethodIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
FieldIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
TypeListItem.itemType()
Returns the item type for this instance.
|
ItemType |
AnnotationSetItem.itemType()
Returns the item type for this instance.
|
ItemType |
CallSiteIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
EncodedArrayItem.itemType()
Returns the item type for this instance.
|
ItemType |
UniformListItem.itemType()
Returns the item type for this instance.
|
ItemType |
ProtoIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
TypeIdItem.itemType()
Returns the item type for this instance.
|
ItemType |
MethodHandleItem.itemType()
Returns the item type for this instance.
|
ItemType |
ClassDefItem.itemType()
Returns the item type for this instance.
|
ItemType |
AnnotationItem.itemType()
Returns the item type for this instance.
|
abstract ItemType |
Item.itemType()
Returns the item type for this instance.
|
ItemType |
ClassDataItem.itemType()
Returns the item type for this instance.
|
ItemType |
CodeItem.itemType()
Returns the item type for this instance.
|
static ItemType |
ItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemType[] |
ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MixedItemSection.writeIndexAnnotation(AnnotatedOutput out,
ItemType itemType,
java.lang.String intro)
Writes an index of contents of the items in this instance of the
given type.
|
| Constructor and Description |
|---|
UniformListItem(ItemType itemType,
java.util.List<T> items)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.