MicroModelicaCCompiler
4.5.3
|
#include <ast_util.hpp>
Public Member Functions | |
PreChange (PreSet) | |
![]() | |
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) |
Private Attributes | |
PreSet | _pre |
Definition at line 307 of file ast_util.hpp.
PreChange::PreChange | ( | PreSet | p | ) |
Definition at line 367 of file ast_util.cpp.
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 379 of file ast_util.cpp.
References _MMOC_S, current_element, EXPBOOLEANNOT, EXPCALL, EXPCOMPREF, EXPOUTPUT, newAST_Expression_BooleanNot(), newAST_Expression_Call(), newAST_Expression_OutputExpressions(), and newAST_SimpleList().
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 369 of file ast_util.cpp.
References newAST_Expression_BinOp().
|
privatevirtual |
Implements AST_Expression_Fold< AST_Expression >.
Definition at line 374 of file ast_util.cpp.
References newAST_Expression_UnaryMinus().
|
private |
Definition at line 312 of file ast_util.hpp.