TextBlockLiteralExpr

constructor()(source)


constructor(value: String)(source)

Creates a text block literal expression from given string.

Parameters

value

the value of the literal


constructor(tokenRange: TokenRange, value: String)(source)

This constructor is used by the parser and is considered private.