Call Expression Node.
More...
#include <AST.hpp>
|
| | CallExpr (std::string name, std::vector< std::unique_ptr< Expression > > args) |
| void | print (int indent=0) const override |
| virtual | ~Node ()=default |
Call Expression Node.
Definition at line 333 of file AST.hpp.
◆ CallExpr()
| Phasor::AST::CallExpr::CallExpr |
( |
std::string | name, |
|
|
std::vector< std::unique_ptr< Expression > > | args ) |
|
inline |
◆ print()
| void Phasor::AST::CallExpr::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ arguments
| std::vector<std::unique_ptr<Expression> > Phasor::AST::CallExpr::arguments |
◆ callee
| std::string Phasor::AST::CallExpr::callee |
The documentation for this struct was generated from the following file: