Inheritance diagram for LoopNode:Public Member Functions | |
| LoopNode (const std::string &name, const std::vector< ASTNodePtr > &args) | |
| void | accept (AcyclicVisitor &) override |
Public Member Functions inherited from ASTNode | |
| ASTNode (const std::vector< ASTNodePtr > &args, const Size minArgs, const Size maxArgs=Null< Size >()) | |
Public Attributes | |
| const std::string | name |
Public Attributes inherited from ASTNode | |
| LocationInfo | locationInfo |
| std::vector< ASTNodePtr > | args |