Interface RootCallTarget
- All Superinterfaces:
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
Methods inherited from interface CallTarget
call, call
-
Method Details
-
getRootNode
RootNode getRootNode()- Since:
- 0.8 or earlier
-