mini\Parsing\Node
abstract
interface
Documentation
Node
Base interface for all nodes in the syntax tree.
Nodes are:
- TextNode : raw text spans.
- DelimitedNode : regions enclosed in delimiters such as quotes or brackets.
Inheritance
Implements:
Stringable
Methods (2)
Documentation missing
public
abstract
__toString()
inherited from Stringable
Documentation missing