![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Inherits org.lflang.analyses.c.CAst.AstNode, and org.lflang.analyses.c.Visitable.
Inherited by org.lflang.analyses.c.CAst.LogicalNotNode, and org.lflang.analyses.c.CAst.NegativeNode.
Public Attributes | |
| AstNode | child |
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. | |
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNode.
Reimplemented in org.lflang.analyses.c.CAst.LogicalNotNode, and org.lflang.analyses.c.CAst.NegativeNode.
|
package |
The AstVisitor needs a double dispatch method.
Reimplemented from org.lflang.analyses.c.CAst.AstNode.
Reimplemented in org.lflang.analyses.c.CAst.LogicalNotNode, and org.lflang.analyses.c.CAst.NegativeNode.
| AstNode org.lflang.analyses.c.CAst.AstNodeUnary.child |