logo Mup Markup for Everyone

ParseTreeRootElement Class

Represents the root node of a parse tree.

Base type: Element.

Constructors

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.

Properties

Name Access Modifier Summary
Elements public get

The immediate descendants of the parse tree root node.

Methods

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