![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Classes | |
| interface | AstTransformation |
| Interface for AST Transfomations. More... | |
| class | ASTUtils |
| A helper class for modifying and analyzing the AST. More... | |
| class | DelayedConnectionTransformation |
| This class implements AST transformations for delayed connections. More... | |
| class | FormattingUtil |
| Utility functions that determine the specific behavior of the LF formatter. More... | |
| class | IsEqual |
| Switch class that checks if subtrees of the AST are semantically equivalent to each other. More... | |
| class | LfParsingHelper |
| Utility to parse LF classes. More... | |
| class | MalleableString |
| A MalleableString is an object with multiple valid textual representations. More... | |
| class | ToLf |
| Switch class for converting AST nodes to their textual representation as it would appear in LF code. More... | |
| class | ToSExpr |
| Converts an LF model to an S-expression. More... | |
| class | ToText |
| Switch class for converting AST nodes to some textual representation that seems likely to be useful for as many code generators as possible. More... | |