AbstractAbstractacceptAccepts the given visitor.
Returns the source location of the AST node.
the source location of the AST node.
Returns the handle of the AST node.
the handle of the AST node.
Returns the source location of the AST node.
the source location of the AST node.
Returns true if the AST node is of the given kind.
the kind to check.
true if the AST node is of the given kind.
Returns true if the AST node is not of the given kind.
the kind to check.
true if the AST node is not of the given kind.
Returns a readable stream of the AST nodes in pre-order.
The stream must be consumed, or cancelled, before the parser that owns the AST is disposed.
a stream of the nodes of this subtree in pre-order.
Returns the cursor of the AST node.
The cursor is used to traverse the AST.
the cursor of the AST node.
Staticfrom
The base class of all the AST nodes.