BooleanLiteralNode(const Span& span_, const boost::uuids::uuid& moduleId_) |
BooleanLiteralNode(const Span& span_, const boost::uuids::uuid& moduleId_, bool value_) |
void | Accept(Visitor& visitor) override |
Node* | Clone(CloneContext& cloneContext) const override |
void | Read(AstReader& reader) override |
std::string | ToString() const override |
bool | Value() const |
void | Write(AstWriter& writer) override |
bool | value |