MicroModelicaCCompiler  4.5.3
AST_Equation_Call_ Class Reference

#include <equation.hpp>

Inheritance diagram for AST_Equation_Call_:
Collaboration diagram for AST_Equation_Call_:

Public Member Functions

 AST_Equation_Call_ (AST_Expression e)
 
string print () const
 
virtual EquationType equationType ()
 
AST_Expression call () const
 
- Public Member Functions inherited from AST_Equation_
 DEFINE_CLASS_PRINTER (AST_Equation)
 
void accept (AST_Visitor *visitor)
 
 GET_AS (Equation, Call)
 
 GET_AS (Equation, Connect)
 
 GET_AS (Equation, Equality)
 
 GET_AS (Equation, For)
 
 GET_AS (Equation, If)
 
 GET_AS (Equation, When)
 
- Public Member Functions inherited from AST_Node_
 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 _call
 

Detailed Description

Definition at line 72 of file equation.hpp.

Constructor & Destructor Documentation

◆ AST_Equation_Call_()

AST_Equation_Call_::AST_Equation_Call_ ( AST_Expression  e)

Definition at line 86 of file equation.cpp.

Member Function Documentation

◆ call()

AST_Expression AST_Equation_Call_::call ( ) const

Definition at line 88 of file equation.cpp.

References _call.

Referenced by print().

◆ equationType()

EquationType AST_Equation_Call_::equationType ( )
virtual

Implements AST_Equation_.

Definition at line 98 of file equation.cpp.

References EQCALL.

◆ print()

string AST_Equation_Call_::print ( ) const
virtual

Implements AST_Equation_.

Definition at line 90 of file equation.cpp.

References call(), and MAKE_SPACE.

Here is the call graph for this function:

Member Data Documentation

◆ _call

AST_Expression AST_Equation_Call_::_call
private

Definition at line 80 of file equation.hpp.

Referenced by call().


The documentation for this class was generated from the following files: