CharLiteralExpr

constructor()(source)
constructor(value: String)(source)


constructor(value: Char)(source)

Constructs a CharLiteralExpr with given escaped character.

Parameters

value

a char


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

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