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

Documentation missing

Source

src/Parsing/GenericParser.php:308-314