Initializer Fields |
The Initializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | _addMethodRef | |
![]() | _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.) |
![]() | _endColumnNumber |
The ending column number associated with the Initializer if parsed from or written to text form. This will be the
column of the closing '}' if any, or of the last token if there are no braces, which is usually the ';' of the last statement.
|
![]() | _endLineNumber |
The ending line number associated with the Initializer if parsed from or written to text form. This will be the
line of the closing '}'.
|
![]() | _endNewLines | |
![]() | _expressions | |
![]() | _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.) |
![]() ![]() | Align |
Determines if nested initializers and/or EOL comments on consecutive lines are aligned vertically.
|
![]() ![]() | ParseTokenEnd |
The token used to parse the end of an initializer.
|
![]() ![]() | ParseTokenStart |
The token used to parse the start of an initializer.
|