#include <ored/scripting/ast.hpp>
Public Member Functions | |
ConstantNumberNode (const double value, 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 | |
const double | value |
Public Attributes inherited from ASTNode | |
LocationInfo | locationInfo |
std::vector< ASTNodePtr > | args |
ConstantNumberNode | ( | const double | value, |
const std::vector< ASTNodePtr > & | args = {} |
||
) |
|
overridevirtual |
Reimplemented from ASTNode.
Definition at line 296 of file ast.cpp.