Node¶
Node
is an abstraction of tree nodes that are result of parsing SQL statements (using AstBuilder.Visitor).
Implementations¶
Creating Instance¶
Node
takes the following to be created:
-
NodeLocation
(with line and column numbers)
Abstract Class
Node
is an abstract class and cannot be created directly. It is created indirectly for the concrete Nodes.