Click or drag to resize

ParameterDecl Fields

The ParameterDecl 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_initialization (Inherited from VariableDecl.)
Protected field_lineNumber
The starting line number associated with the CodeObject if parsed from or written to text form.
(Inherited from CodeObject.)
Protected field_modifier
Protected field_name (Inherited from VariableDecl.)
Protected field_parent
The parent CodeObject.
(Inherited from CodeObject.)
Protected field_type (Inherited from VariableDecl.)
Public fieldStatic memberOptionalAttributeName
The name of the Optional attribute.
Public fieldStatic memberParseTokenEnd
The token used to parse the end of a parameter list.
Public fieldStatic memberParseTokenIn
The token used to parse 'in' parameters.
Public fieldStatic memberParseTokenOut
The token used to parse 'out' parameters.
Public fieldStatic memberParseTokenParams
The token used to parse 'params' parameters.
Public fieldStatic memberParseTokenRef
The token used to parse 'ref' parameters.
Public fieldStatic memberParseTokenSeparator
The token used to parse between parameters.
Public fieldStatic memberParseTokenStart
The token used to parse the start of a parameter list.
Public fieldStatic memberParseTokenThis
The token used to parse 'this' parameters.
Top
See Also