The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Encapsulates a parameter declaration. More...
Properties | |
string | ParamType [get, set] |
Gets or sets the name of the parameter type More... | |
string | Identifier [get, set] |
Gets or sets parameter name More... | |
string | ILName [get] |
Gets the il parameter name. More... | |
int | Line [get, set] |
Gets or sets the line number More... | |
int | Column [get, set] |
Gets or sets the column number More... | |
Encapsulates a parameter declaration.
Definition at line 26 of file Parameter.cs.
|
getset |
Gets or sets the column number
Definition at line 99 of file Parameter.cs.
|
getset |
Gets or sets parameter name
Definition at line 67 of file Parameter.cs.
|
get |
Gets the il parameter name.
Definition at line 76 of file Parameter.cs.
|
getset |
Gets or sets the line number
Definition at line 90 of file Parameter.cs.
|
getset |
Gets or sets the name of the parameter type
Definition at line 58 of file Parameter.cs.