Package org.eolang.opeo.ast
Interface Linked
public interface Linked
Class representing a reference.
- Since:
- 0.2
-
Method Summary
-
Method Details
-
link
Link the node.- Parameters:
node
- The node to link.
-
current
AstNode current()Retrieve the current node.- Returns:
- The current node.
-