public interface CallTarget
CallTarget
directly but implement
RootNode
instead and retrieve its target
via
RootNode.getCallTarget()
.RootNode
Modifier and Type | Method and Description |
---|---|
Object |
call(Object... arguments)
Calls this target as a root method.
|