#include <ored/scripting/ast.hpp>
Inheritance diagram for FunctionDateIndexNode:
Collaboration diagram for FunctionDateIndexNode:Public Member Functions | |
| FunctionDateIndexNode (const boost::fusion::vector< std::string, std::string > ¶ms, 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 &) |
Public Attributes | |
| std::string | name |
| std::string | op |
Public Attributes inherited from ASTNode | |
| LocationInfo | locationInfo |
| std::vector< ASTNodePtr > | args |
| FunctionDateIndexNode | ( | const boost::fusion::vector< std::string, std::string > & | params, |
| const std::vector< ASTNodePtr > & | args | ||
| ) |
|
overridevirtual |
Reimplemented from ASTNode.
Definition at line 272 of file ast.cpp.
Here is the call graph for this function: