obscenity / OptionalNode
An optional node.
• childNode: LiteralNode
| WildcardNode
The node contained within the optional expression. For [abc]
, this
would be a literal node with the value abc
.
• kind: Optional
obscenity / OptionalNode
An optional node.
• childNode: LiteralNode
| WildcardNode
The node contained within the optional expression. For [abc]
, this
would be a literal node with the value abc
.
• kind: Optional