MicroModelicaCCompiler  4.5.3
AST_Statement_Return_ Class Reference

#include <statement.hpp>

Inheritance diagram for AST_Statement_Return_:
Collaboration diagram for AST_Statement_Return_:

Public Member Functions

string print () const
 
virtual StatementType statementType ()
 
- Public Member Functions inherited from AST_Statement_
 DEFINE_CLASS_PRINTER (AST_Statement)
 
void accept (AST_Visitor *visitor)
 
 GET_AS (Statement, While)
 
 GET_AS (Statement, If)
 
 GET_AS (Statement, For)
 
 GET_AS (Statement, When)
 
 GET_AS (Statement, Assign)
 
 GET_AS (Statement, OutputAssigment)
 
- 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
 

Detailed Description

Definition at line 45 of file statement.hpp.

Member Function Documentation

◆ print()

string AST_Statement_Return_::print ( ) const
virtual

Implements AST_Statement_.

Definition at line 50 of file statement.cpp.

References MAKE_SPACE.

◆ statementType()

StatementType AST_Statement_Return_::statementType ( )
virtual

Implements AST_Statement_.

Definition at line 48 of file statement.cpp.

References STRETURN.


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