Inheritance diagram for ConstantNumberNode:Public Member Functions | |
| ConstantNumberNode (const double value, 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 double | value |
Public Attributes inherited from ASTNode | |
| LocationInfo | locationInfo |
| std::vector< ASTNodePtr > | args |