Readonly allowUse GenericNode as a strategy for missing factories for nodes.
Readonly issuesAdditional issues found during the transformation process.
Readonly knownOptional Readonly sourceOptional position: PositionProtected makePerforms the transformation of a node and, recursively, its descendants. In addition to the overridden method, it also assigns the parseTreeNode to the AST node so that it can keep track of its position. However, a node factory can override the parseTreeNode of the nodes it creates (but not the parent).
Optional source: anyOptional parent: NodeGenerated using TypeDoc
Implements a transformation from an ANTLR parse tree (the output of the parser) to an AST (a higher-level representation of the source code).