Deconstruction Fields |
The Deconstruction 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.) |
![]() | _deconstructMethodRef | |
![]() | _formatFlags |
Formatting flags - for line feeds, braces, etc.
(Inherited from CodeObject.) |
![]() | _initialization | (Inherited from VariableDecl.) |
![]() | _lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) |
![]() | _localDecls | (Inherited from MultiLocalDecl.) |
![]() | _modifiers | (Inherited from LocalDecl.) |
![]() | _name | (Inherited from VariableDecl.) |
![]() | _parent |
The parent CodeObject.
(Inherited from CodeObject.) |
![]() | _type | (Inherited from VariableDecl.) |
![]() ![]() | ParseTokenEnd |
The token used to parse the end of the arguments.
|
![]() ![]() | ParseTokenSeparator |
The token used to separate LocalDecls in the Deconstruction.
|
![]() ![]() | ParseTokenStart |
The token used to parse the start of the arguments.
|