Literal Fields |
The Literal type exposes the following members.
Name | Description | |
---|---|---|
_annotations |
Any Annotations (Comments, DocComments, Attributes,
or Messages) associated with the CodeObject (null if none).
(Inherited from CodeObject.) | |
_columnNumber |
The starting column number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
_text |
The text representation of the literal.
| |
_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.
| |
ParseTokenFalse |
The token used to parse a 'false' literal.
| |
ParseTokenNull |
The token used to parse a 'null' literal.
| |
ParseTokenTrue |
The token used to parse a 'true' literal.
|