mini\Parsing\SQL\AST\ASTNode abstract class

Documentation

Abstract base class for all AST nodes

Provides JSON serialization for debugging and inspection

Inheritance

Implements: JsonSerializable

Methods (3)

Documentation missing

Create a deep clone of this AST node

Recursively clone a value (ASTNode, array, or scalar)

Source

src/Parsing/SQL/AST/ASTNode.php:10-48