| 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 |
|---|---|
CstArray |
ClassDataItem.getStaticValuesConstant()
Gets a
CstArray corresponding to ClassDataItem.staticValues if
it contains any non-zero non-null values. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueEncoder.writeArray(CstArray array,
boolean topLevel)
Writes out the encoded form of the given array, that is, as
an
encoded_array and not including a
value_type prefix. |
| Constructor and Description |
|---|
EncodedArrayItem(CstArray array)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CstCallSite
Constant type to represent a call site.
|
Copyright © 2020. All Rights Reserved.