| 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.dex.file | |
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
CstMethodHandle |
BootstrapMethodsList.Item.getBootstrapMethodHandle() |
| 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 |
|---|---|
void |
MethodHandlesSection.intern(CstMethodHandle methodHandle) |
| Constructor and Description |
|---|
MethodHandleItem(CstMethodHandle methodHandle)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CstMethodHandle |
CstMethodHandle.make(int type,
Constant ref)
Makes an instance for the given value.
|
| 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.