| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodsList |
AttBootstrapMethods.getBootstrapMethods()
Get the bootstrap methods present in attribute.
|
| Constructor and Description |
|---|
AttBootstrapMethods(BootstrapMethodsList bootstrapMethods) |
| Modifier and Type | Field and Description |
|---|---|
static BootstrapMethodsList |
BootstrapMethodsList.EMPTY
non-null; zero-size instance |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapMethodsList |
BootstrapMethodsList.concat(BootstrapMethodsList list1,
BootstrapMethodsList list2)
Returns an instance which is the concatenation of the two given
instances.
|
| Modifier and Type | Method and Description |
|---|---|
static BootstrapMethodsList |
BootstrapMethodsList.concat(BootstrapMethodsList list1,
BootstrapMethodsList list2)
Returns an instance which is the concatenation of the two given
instances.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodsList |
DirectClassFile.getBootstrapMethods()
Gets the bootstrap method
attributes. |
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodsList |
ClassFile.getBootstrapMethods()
Gets the bootstrap method
attributes. |
Copyright © 2020. All Rights Reserved.