| Package | Description |
|---|---|
| com.android.dx.dex.file | |
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Constructor and Description |
|---|
CallSiteItem(CstCallSite value)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
CstCallSite |
CstCallSiteRef.getCallSite()
Gets the
CstCallSite that this instance refers to. |
CstCallSite |
CstInvokeDynamic.getCallSite()
Gets the call site associated with this instance.
|
static CstCallSite |
CstCallSite.make(CstMethodHandle bootstrapHandle,
CstNat nat,
BootstrapMethodArgumentsList optionalArguments)
Creates an instance of a
CstCallSite. |
| Modifier and Type | Method and Description |
|---|---|
void |
CstInvokeDynamic.setCallSite(CstCallSite callSite)
Sets the call site associated with this instance.
|
Copyright © 2020. All Rights Reserved.