| Package | Description |
|---|---|
| com.android.dx.dex.file | |
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
CstBaseMethodRef |
MethodIdItem.getMethodRef()
Gets the method constant.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MethodIdsSection.indexOf(CstBaseMethodRef ref)
Gets the index of the given reference, which must have been added
to this instance.
|
MethodIdItem |
MethodIdsSection.intern(CstBaseMethodRef method)
Interns an element into this instance.
|
| Constructor and Description |
|---|
MethodIdItem(CstBaseMethodRef method)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CstInterfaceMethodRef
Constants of type
CONSTANT_InterfaceMethodref_info. |
class |
CstMethodRef
Constants of type
CONSTANT_Methodref_info. |
Copyright © 2020. All Rights Reserved.