ParameterDecl Fields |
The ParameterDecl 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.) | |
_initialization | (Inherited from VariableDecl.) | |
_lineNumber |
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.) | |
_modifier | ||
_name | (Inherited from VariableDecl.) | |
_parent |
The parent CodeObject.
(Inherited from CodeObject.) | |
_type | (Inherited from VariableDecl.) | |
OptionalAttributeName |
The name of the Optional attribute.
| |
ParseTokenEnd |
The token used to parse the end of a parameter list.
| |
ParseTokenIn |
The token used to parse 'in' parameters.
| |
ParseTokenOut |
The token used to parse 'out' parameters.
| |
ParseTokenParams |
The token used to parse 'params' parameters.
| |
ParseTokenRef |
The token used to parse 'ref' parameters.
| |
ParseTokenSeparator |
The token used to parse between parameters.
| |
ParseTokenStart |
The token used to parse the start of a parameter list.
| |
ParseTokenThis |
The token used to parse 'this' parameters.
|