![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
LF built-in operations. 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. | |
LF built-in operations.
AST node for an lf_set call. The left child is the port being set. The right node is the value of the port.
|
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 |