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 Type
    Method
    Description
    com.oracle.truffle.api.nodes.Node
    Returns 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.