mini\Parsing\SQL\AST\UnaryOperation class

Documentation

Unary operation node (e.g., -5, NOT expr)

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (3)

public string $type
public string $operator
public mini\Parsing\SQL\AST\ASTNode $expression

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/UnaryOperation.php:8-19