public interface CallTarget
CallTarget directly but implement
RootNode instead and create a target using Truffle.
getRuntime().createCallTarget(rootNode).RootNode| Modifier and Type | Method and Description |
|---|---|
Object |
call(Object... arguments)
Calls this target as a root method.
|