void accept_vis (ASTVisitor &vis) override;
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
Literal &get_literal () { return lit; }
bool get_is_mut () const { return is_mut; }
bool get_is_ref () const { return is_ref; }
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
void accept_vis (ASTVisitor &vis) override;
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
return upper;
}
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
bool get_is_mut () const { return is_mut; }
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
PathInExpression &get_path () { return path; }
const PathInExpression &get_path () const { return path; }
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
PathInExpression &get_path () { return path; }
const PathInExpression &get_path () const { return path; }
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
return items;
}
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
return pattern_in_parens;
}
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
return items;
}
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather
return alts;
}
- NodeId get_node_id () const { return node_id; }
+ NodeId get_node_id () const override { return node_id; }
protected:
/* Use covariance to implement clone function as returning this object rather