Switch class for converting AST nodes to some textual representation that seems likely to be useful for as many code generators as possible.
More...
Inherits LfSwitch< String >.
|
| static final ToText | instance = new ToText() |
| | public instance initialized when loading the class
|
Switch class for converting AST nodes to some textual representation that seems likely to be useful for as many code generators as possible.
◆ caseBracedListExpression()
| String org.lflang.ast.ToText.caseBracedListExpression |
( |
BracedListExpression | object | ) |
|
◆ caseBracketListExpression()
| String org.lflang.ast.ToText.caseBracketListExpression |
( |
BracketListExpression | object | ) |
|
◆ caseCode()
| String org.lflang.ast.ToText.caseCode |
( |
Code | code | ) |
|
◆ caseCodeExpr()
| String org.lflang.ast.ToText.caseCodeExpr |
( |
CodeExpr | object | ) |
|
◆ caseCStyleArraySpec()
| String org.lflang.ast.ToText.caseCStyleArraySpec |
( |
CStyleArraySpec | spec | ) |
|
◆ caseHost()
| String org.lflang.ast.ToText.caseHost |
( |
Host | host | ) |
|
◆ caseLiteral()
| String org.lflang.ast.ToText.caseLiteral |
( |
Literal | l | ) |
|
◆ caseParameterReference()
| String org.lflang.ast.ToText.caseParameterReference |
( |
ParameterReference | p | ) |
|
◆ caseTime()
| String org.lflang.ast.ToText.caseTime |
( |
Time | t | ) |
|
◆ caseType()
| String org.lflang.ast.ToText.caseType |
( |
Type | type | ) |
|
◆ caseTypeParm()
| String org.lflang.ast.ToText.caseTypeParm |
( |
TypeParm | t | ) |
|
◆ caseVarRef()
| String org.lflang.ast.ToText.caseVarRef |
( |
VarRef | v | ) |
|
◆ defaultCase()
| String org.lflang.ast.ToText.defaultCase |
( |
EObject | object | ) |
|
◆ instance
| final ToText org.lflang.ast.ToText.instance = new ToText() |
|
static |
public instance initialized when loading the class
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/ast/ToText.java