Comment property node.
More...
#include <PropertyAst.hpp>
|
static std::string | normalise (std::string_view input) |
| Removing escaping, line continuation, and leading blanks. More...
|
|
◆ CommentPropertyNode() [1/2]
Create a comment property node with the supplied data.
◆ CommentPropertyNode() [2/2]
Construct a comment property node by moving the contents of the supplied node.
◆ getText()
std::string_view getText |
( |
| ) |
const |
|
inline |
Get the string view pointing to the text of the comment property.
- Returns
- the string view pointing to the text of the comment property
◆ operator==()
Returns true if the current node is equal to the supplied node.
Overridden in concrete classes.
- Returns
- true if the current node is equal to the supplied node.
Reimplemented from PropertyNode.
◆ visit()
Visit the node.
the visitor specific payload (cast in the concrete visitor class)
- Parameters
-
Implements PropertyNode.
The documentation for this class was generated from the following file: