Interface JavaScriptFunctionCallNode
- All Known Implementing Classes:
JSFunctionCallNode,JSFunctionCallNode.InvokeNode
public interface JavaScriptFunctionCallNode
An interface implemented by nodes that represent JavaScript function call.
-
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.truffle.api.nodes.NodeReturns the target of the call.
-
Method Details
-
getTarget
com.oracle.truffle.api.nodes.Node getTarget()Returns the target of the call.- Returns:
- target of the call.
-