![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
This visitor marks certain variable node as "previous.". More...
Inherits org.lflang.analyses.c.CBaseAstVisitor< Void >.
This visitor marks certain variable node as "previous.".
|
inherited |
Visit an AST, and return a user-defined result of the operation.
| tree | The CAst.AstNode to visit. |
|
inherited |
Visit an AST with a list of other AST nodes holding some information, and return a user-defined result of the operation.
| tree | The CAst.AstNode to visit. |
| nodeList | A list of CAst.AstNode passed down the recursive call. |
|
inherited |
Arithmetic operators.
|
inherited |
| Void org.lflang.analyses.c.VariablePrecedenceVisitor.visitAssignmentNode | ( | AssignmentNode | node | ) |
|
inherited |
These default implementations are not meant to be used.
They should be overriden by the child class. In theory, this base visitor can be deleted? Let's keep it here for now for consistency.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Comparison operators.
|
inherited |
|
inherited |
|
inherited |
| Void org.lflang.analyses.c.VariablePrecedenceVisitor.visitIfBlockNode | ( | IfBlockNode | node | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
LF built-in operations.
|
inherited |
| Void org.lflang.analyses.c.VariablePrecedenceVisitor.visitStatementSequenceNode | ( | StatementSequenceNode | node | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |