Interface for rendering functionality.
After the semantic representation is finished the BaseElement interface is used to recursively render the representation.
Recursively render the modules.
Query the module for an indented string representation.
Query the module for post recursive data.
Query the module for a concatenated string of the childrens representation.
See Implementation
Interface for rendering functionality.
After the semantic representation is finished the BaseElement interface is used to recursively render the representation.