Represents the root node of a parse tree.
Base type: Element.
Name | Access Modifier | Summary |
---|---|---|
ParseTreeRootElement(IEnumerable<Element>) | public |
Initializes a new instance of the ParseTreeRootElement class. |
ParseTreeRootElement(Element[]) | public |
Initializes a new instance of the ParseTreeRootElement class. |
Name | Access Modifier | Summary |
---|---|---|
Elements | public get |
The immediate descendants of the parse tree root node. |
Name | Access Modifier | Summary |
---|---|---|
Accept(ParseTreeVisitor) | public |
Accepts a visitor which can be used to generate output from the parse tree. |
Mup Copyright © 2020 Andrei Fangli