#include <Node.h>
Definition at line 108 of file Node.h.
◆ FunctionDefinitionNode() [1/2]
FunctionDefinitionNode::FunctionDefinitionNode |
( |
std::string |
name, |
|
|
std::vector< std::string > |
arguments, |
|
|
UniqueNode |
body |
|
) |
| |
◆ FunctionDefinitionNode() [2/2]
FunctionDefinitionNode::FunctionDefinitionNode |
( |
std::string |
name, |
|
|
UniqueNode |
body |
|
) |
| |
◆ ~FunctionDefinitionNode()
FunctionDefinitionNode::~FunctionDefinitionNode |
( |
| ) |
|
|
default |
◆ args
std::vector<std::string> unlogic::FunctionDefinitionNode::args |
◆ body
◆ name
std::string unlogic::FunctionDefinitionNode::name |
The documentation for this struct was generated from the following files: