Interface RootCallTarget

All Superinterfaces:
CallTarget

public interface RootCallTarget extends CallTarget
Represents the target of a call to a RootNode, i.e., to another tree of nodes. Instances of this class are created lazily and can be accessed via RootNode.getCallTarget().
Since:
0.8 or earlier
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.oracle.truffle.api.CallTarget

    call
  • Method Details

    • getRootNode

      RootNode getRootNode()
      Since:
      0.8 or earlier