![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
This is the complete list of members for Phasor::AST::FunctionDecl, including all inherited members.
| body | Phasor::AST::FunctionDecl | |
| FunctionDecl(std::string n, std::vector< Param > p, std::unique_ptr< TypeNode > rt, std::unique_ptr< BlockStmt > b) | Phasor::AST::FunctionDecl | inline |
| name | Phasor::AST::FunctionDecl | |
| params | Phasor::AST::FunctionDecl | |
| print(int indent=0) const override | Phasor::AST::FunctionDecl | inlinevirtual |
| returnType | Phasor::AST::FunctionDecl | |
| ~Node()=default | Phasor::AST::Node | virtual |