lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.analyses.c.CAst.OpaqueNode Class Reference

An Ast node that indicates the code represented by this node is unanalyzable. More...

Inherits org.lflang.analyses.c.CAst.AstNode, and org.lflang.analyses.c.Visitable.

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.

Detailed Description

An Ast node that indicates the code represented by this node is unanalyzable.

Member Function Documentation

◆ accept() [1/2]

public< T > T org.lflang.analyses.c.CAst.OpaqueNode.accept ( AstVisitor<? extends T > visitor)
package

The AstVisitor needs a double dispatch method.

Reimplemented from org.lflang.analyses.c.CAst.AstNode.

◆ accept() [2/2]

public< T > T org.lflang.analyses.c.CAst.OpaqueNode.accept ( AstVisitor<? extends T > visitor,
List< AstNode > nodeList )
package

The AstVisitor needs a double dispatch method.

Reimplemented from org.lflang.analyses.c.CAst.AstNode.


The documentation for this class was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/analyses/c/CAst.java