ASTBaseNode is an interface that serves as the base for all AST nodes. It requires all leaf interfaces to specify a type property, which is of type ASTType.
Every leaf interface that extends ASTBaseNode must specify a type property.
Generated using TypeDoc
ASTBaseNode is an interface that serves as the base for all AST nodes. It requires all leaf interfaces to specify a type property, which is of type ASTType.