The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
AST.Parameter Struct Reference

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...
 

Detailed Description

Encapsulates a parameter declaration.

Definition at line 26 of file Parameter.cs.

Property Documentation

int AST.Parameter.Column
getset

Gets or sets the column number

Definition at line 99 of file Parameter.cs.

string AST.Parameter.Identifier
getset

Gets or sets parameter name

Definition at line 67 of file Parameter.cs.

string AST.Parameter.ILName
get

Gets the il parameter name.

Definition at line 76 of file Parameter.cs.

int AST.Parameter.Line
getset

Gets or sets the line number

Definition at line 90 of file Parameter.cs.

string AST.Parameter.ParamType
getset

Gets or sets the name of the parameter type

Definition at line 58 of file Parameter.cs.


The documentation for this struct was generated from the following file: