Click or drag to resize

Literal Fields

The Literal type exposes the following members.

Fields
  NameDescription
Protected field_annotations
Any Annotations (Comments, DocComments, Attributes, or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.)
Protected field_columnNumber
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_formatFlags
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.)
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_text
The text representation of the literal.
Protected field_value
The literal value object represented by the text literal (string, int, bool, etc). If the literal is an interpolated string, this will be a ChildListT.
Public fieldStatic memberParseTokenFalse
The token used to parse a 'false' literal.
Public fieldStatic memberParseTokenNull
The token used to parse a 'null' literal.
Public fieldStatic memberParseTokenTrue
The token used to parse a 'true' literal.
Top
See Also