![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
AST node for an IF block. More...
Inherits org.lflang.analyses.c.CAst.AstNodeBinary, and org.lflang.analyses.c.Visitable.
Public Attributes | |
| AstNode | left |
| AstNode | right |
Package Functions | |
| public< T > T | accept (AstVisitor<? extends T > visitor) |
The AstVisitor needs a double dispatch method. | |
| public< T > T | accept (AstVisitor<? extends T > visitor, List< AstNode > nodeList) |
The AstVisitor needs a double dispatch method. | |
AST node for an IF block.
The left node is the condition. The right node is the IF body.
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNodeBinary.
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNodeBinary.
|
inherited |
|
inherited |