BaseElement

Interface for rendering functionality.

After the semantic representation is finished the BaseElement interface is used to recursively render the representation.

Members

Functions

render
string render()

Recursively render the modules.

renderIndent
string renderIndent(int parent_level, int level)

Query the module for an indented string representation.

renderPostRecursive
string renderPostRecursive(int parent_level, int level)

Query the module for post recursive data.

renderRecursive
string renderRecursive(int parent_level, int level)

Query the module for a concatenated string of the childrens representation.

Meta