| 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 |
|---|---|
CstMemberRef |
MemberIdItem.getRef()
Gets the member constant.
|
| Constructor and Description |
|---|
MemberIdItem(CstMemberRef cst)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CstBaseMethodRef
Base class for constants of "methodish" type.
|
class |
CstEnumRef
Constant type to represent a reference to a particular constant
value of an enumerated type.
|
class |
CstFieldRef
Constants of type
CONSTANT_Fieldref_info. |
class |
CstInterfaceMethodRef
Constants of type
CONSTANT_InterfaceMethodref_info. |
class |
CstMethodRef
Constants of type
CONSTANT_Methodref_info. |
Copyright © 2020. All Rights Reserved.