The LiteralNode class represents a JMESPath literal string.
More...
#include <literalnode.h>
The LiteralNode class represents a JMESPath literal string.
jmespath::ast::LiteralNode::LiteralNode |
( |
| ) |
|
jmespath::ast::LiteralNode::LiteralNode |
( |
const String & |
value | ) |
|
Constructs a LiteralNode object with the given value.
- Parameters
-
[in] | value | The value of the literal string. |
Calls the visit method of the given visitor with the dynamic type of the node.
- Parameters
-
[in] | visitor | A visitor implementation |
Implements jmespath::ast::AbstractNode.
bool jmespath::ast::LiteralNode::operator== |
( |
const LiteralNode & |
other | ) |
const |
Equality compares this node to the other.
- Parameters
-
[in] | other | The node that should be compared. |
- Returns
- Returns true if this object is equal to the other, otherwise false
String jmespath::ast::LiteralNode::literal |
literal The value of the literal
The documentation for this class was generated from the following files: