| Package | Description |
|---|---|
| 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.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodArgumentsList |
BootstrapMethodsList.Item.getBootstrapMethodArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapMethodsList.set(int n,
CstType declaringClass,
CstMethodHandle bootstrapMethodHandle,
BootstrapMethodArgumentsList arguments)
Sets the item at the given index.
|
| Constructor and Description |
|---|
Item(CstType declaringClass,
CstMethodHandle bootstrapMethodHandle,
BootstrapMethodArgumentsList bootstrapMethodArguments) |
| Modifier and Type | Method and Description |
|---|---|
static CstCallSite |
CstCallSite.make(CstMethodHandle bootstrapHandle,
CstNat nat,
BootstrapMethodArgumentsList optionalArguments)
Creates an instance of a
CstCallSite. |
Copyright © 2020. All Rights Reserved.