CfNode.makeString
CfNode makeString(string value, string raw = "", QuoteStyle style = QuoteStyle.DOUBLE,
Location loc = Location.init) @safe pureCreates a string node.
Parameters
value | The decoded string content |
raw | Original text representation including quotes |
style | Quote style used |
loc | Source location |
Returns
A CfNode with type STRING.