#include <ored/scripting/ast.hpp>
Inheritance diagram for FunctionNpvNode:
Collaboration diagram for FunctionNpvNode:Public Member Functions | |
| FunctionNpvNode (const std::vector< ASTNodePtr > &args) | |
| void | accept (AcyclicVisitor &) override |
Public Member Functions inherited from ASTNode | |
| ASTNode () | |
| virtual | ~ASTNode () |
| ASTNode (const std::vector< ASTNodePtr > &args, const Size minArgs, const Size maxArgs=Null< Size >()) | |
| virtual void | accept (AcyclicVisitor &) |
Additional Inherited Members | |
Public Attributes inherited from ASTNode | |
| LocationInfo | locationInfo |
| std::vector< ASTNodePtr > | args |
| FunctionNpvNode | ( | const std::vector< ASTNodePtr > & | args | ) |
|
overridevirtual |
Reimplemented from ASTNode.
Definition at line 208 of file ast.cpp.
Here is the call graph for this function: