|
topazc
|
Function calling expression container. More...
#include <ast.hpp>


Public Member Functions | |
| FuncCallExpr (std::string n, std::vector< ExprPtr > a, uint32_t l) | |
| ~FuncCallExpr () override=default | |
| Public Member Functions inherited from AST::Expr | |
| Expr (uint32_t l) | |
| virtual | ~Expr ()=default |
Public Attributes | |
| std::string | name |
| std::vector< ExprPtr > | args |
| Public Attributes inherited from AST::Expr | |
| uint32_t | line |
Function calling expression container.
Is the container of function calling expression (aka <func_name>(<args>))
|
inline |
|
overridedefault |
| std::vector<ExprPtr> AST::FuncCallExpr::args |