ConstantNode(const Span& span_, const boost::uuids::uuid& moduleId_) |
ConstantNode(const Span& span_, const boost::uuids::uuid& moduleId_, Specifiers specifiers_, Node* typeExpr_, IdentifierNode* id_, Node* value_) |
void | Accept(Visitor& visitor) override |
Node* | Clone(CloneContext& cloneContext) const override |
Specifiers | GetSpecifiers() const override |
const IdentifierNode* | Id() const |
IdentifierNode* | Id() |
void | Read(AstReader& reader) override |
void | SetStrValue(const std::u32string& strValue_) |
const std::u32string& | StrValue() const |
const Node* | TypeExpr() const |
Node* | TypeExpr() |
const Node* | Value() const |
Node* | Value() |
void | Write(AstWriter& writer) override |
std::unique_ptr<IdentifierNode> | id |
Specifiers | specifiers |
std::u32string | strValue |
std::unique_ptr<Node> | typeExpr |
std::unique_ptr<Node> | value |