public abstract class CallSite extends Object
| Constructor and Description |
|---|
CallSite() |
| Modifier and Type | Method and Description |
|---|---|
abstract MethodHandle |
dynamicInvoker() |
abstract MethodHandle |
getTarget() |
abstract void |
setTarget(MethodHandle mh) |
MethodType |
type() |
public MethodType type()
public abstract MethodHandle getTarget()
public abstract void setTarget(MethodHandle mh)
public abstract MethodHandle dynamicInvoker()
Copyright © 2026. All rights reserved.