MicroModelicaCCompiler
4.5.3
|
#include <ast_util.hpp>
Public Member Functions | |
ReplaceBoolean () | |
![]() | |
virtual | ~AST_Expression_Fold ()=default |
AST_Expression | apply (AST_Expression e) |
Private Member Functions | |
AST_Expression | foldTraverseElement (AST_Expression) |
AST_Expression | foldTraverseElement (AST_Expression, AST_Expression, BinOpType) |
AST_Expression | foldTraverseElementUMinus (AST_Expression) |
Definition at line 287 of file ast_util.hpp.
ReplaceBoolean::ReplaceBoolean | ( | ) |
Definition at line 283 of file ast_util.cpp.
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 295 of file ast_util.cpp.
References EXPBOOLEAN, and newAST_Expression_Real().
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 285 of file ast_util.cpp.
References newAST_Expression_BinOp().
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 290 of file ast_util.cpp.
References newAST_Expression_UnaryMinus().