public abstract class CallSite extends Object
Constructor and Description |
---|
CallSite()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract MethodHandle |
dynamicInvoker()
Deprecated.
|
abstract MethodHandle |
getTarget()
Deprecated.
|
abstract void |
setTarget(MethodHandle mh)
Deprecated.
|
MethodType |
type()
Deprecated.
|
public MethodType type()
public abstract MethodHandle getTarget()
public abstract void setTarget(MethodHandle mh)
public abstract MethodHandle dynamicInvoker()