MicroModelicaCCompiler
4.5.3
|
#include <expression.hpp>
Public Member Functions | |
AST_Expression_NamedArgument_ (AST_String name, AST_Expression exp) | |
ExpressionType | expressionType () |
string | print () const |
AST_Expression | expression () |
AST_String | name () |
![]() | |
virtual | ~AST_Expression_ () |
DEFINE_CLASS_PRINTER (AST_Expression) | |
void | accept (AST_Visitor *visitor) |
GET_AS (Expression, BinOp) | |
GET_AS (Expression, Boolean) | |
GET_AS (Expression, BooleanNot) | |
GET_AS (Expression, Brace) | |
GET_AS (Expression, Call) | |
GET_AS (Expression, CallArgs) | |
GET_AS (Expression, ComponentReference) | |
GET_AS (Expression, Derivative) | |
GET_AS (Expression, If) | |
GET_AS (Expression, Integer) | |
GET_AS (Expression, Output) | |
GET_AS (Expression, Range) | |
GET_AS (Expression, Real) | |
GET_AS (Expression, UMinus) | |
GET_AS (Expression, String) | |
GET_AS (Expression, NamedArgument) | |
GET_AS (Expression, ArrayIndex) | |
GET_AS (Expression, Bracket) | |
AST_Expression_If_ElseIf | getAsElseIf () |
![]() | |
AST_Node_ () | |
virtual | ~AST_Node_ () |
DEFINE_CLASS_PRINTER (AST_Node) | |
DEFINE_ORDER_REL (AST_Node) | |
void | setLineNum (int linenum) |
int | lineNum () const |
Private Attributes | |
AST_Expression | _exp |
AST_String | _name |
Definition at line 276 of file expression.hpp.
AST_Expression_NamedArgument_::AST_Expression_NamedArgument_ | ( | AST_String | name, |
AST_Expression | exp | ||
) |
Definition at line 453 of file expression.cpp.
AST_Expression AST_Expression_NamedArgument_::expression | ( | ) |
Definition at line 463 of file expression.cpp.
References _exp.
|
virtual |
Reimplemented from AST_Expression_.
Definition at line 455 of file expression.cpp.
References EXPNAMEDARGUMENT.
AST_String AST_Expression_NamedArgument_::name | ( | ) |
Definition at line 465 of file expression.cpp.
References _name.
|
virtual |
Implements AST_Expression_.
Definition at line 457 of file expression.cpp.
|
private |
Definition at line 285 of file expression.hpp.
Referenced by expression().
|
private |
Definition at line 286 of file expression.hpp.
Referenced by name().