![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
AST node for a lf_schedule(action, additional_delay) call. More...
Inherits org.lflang.analyses.c.CAst.AstNodeDynamic, and org.lflang.analyses.c.Visitable.
Public Attributes | |
| ArrayList< AstNode > | children = new ArrayList<>() |
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 a lf_schedule(action, additional_delay) call.
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNodeDynamic.
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNodeDynamic.
|
inherited |