CxLiteralChar

Description

sealed class Tinman.Core.Cx.Expressions.CxLiteralChar

Derived from

CxLiteral abstract

A literal that represents a single UTF-16 character:

'a'
'\\'
'\"'
'\0'
'\''
'\b'
'\f'
'\n'
'\r'
'\t'
'\uFFFF'

Public / Constants

Escape


public static readonly attribute Escape → (StringEscape)

The escaping rules for character literals.

See rule escape of CxCodeUnit.

Public / Constructors

Cx​Literal​Char


public constructor CxLiteralChar → (1)

value in : char

See Value.

Creates a new instance of CxLiteralChar.

Public / Attributes

Value


public attribute Value → (get,set)

value : char

The character value.

The literal value.

Value​Escaped


[Constant]
public attribute ValueEscaped → (get)

value : string

[not-null]
The escaped value, not including the delimiters.

Returns the escaped literal value.