#include <statement.hpp>
|
AST_Expression_ComponentReference | _lhs |
|
AST_Expression | _exp |
|
Definition at line 76 of file statement.hpp.
◆ AST_Statement_Assign_()
AST_Statement_Assign_::AST_Statement_Assign_ |
( |
AST_Expression_ComponentReference |
cr, |
|
|
AST_Expression |
exp |
|
) |
| |
◆ exp()
AST_Expression AST_Statement_Assign_::exp |
( |
| ) |
const |
◆ lhs()
AST_Expression_ComponentReference AST_Statement_Assign_::lhs |
( |
| ) |
const |
◆ print()
string AST_Statement_Assign_::print |
( |
| ) |
const |
|
virtual |
◆ setExp()
void AST_Statement_Assign_::setExp |
( |
AST_Expression |
exp | ) |
|
◆ setLHS()
void AST_Statement_Assign_::setLHS |
( |
AST_Expression_ComponentReference |
comp_ref | ) |
|
◆ statementType()
◆ _exp
AST_Expression AST_Statement_Assign_::_exp |
|
private |
◆ _lhs
AST_Expression_ComponentReference AST_Statement_Assign_::_lhs |
|
private |
The documentation for this class was generated from the following files: