Package com.oracle.truffle.api
Interface RootCallTarget
- All Superinterfaces:
CallTarget
- All Known Implementing Classes:
DefaultCallTarget
Represents the target of a call to a
RootNode, i.e., to another tree of nodes. Instances
of this class can be created using TruffleRuntime.createCallTarget(RootNode).-
Method Summary
Methods inherited from interface com.oracle.truffle.api.CallTarget
call
-
Method Details
-
getRootNode
RootNode getRootNode()
-