The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Offers the global options of the dynamic behaviour configuration. More...
Public Member Functions | |
void | AssignDynamism (TypeExpression typeExpression1, TypeExpression typeExpression2) |
To assign the IsDynamicProperty More... | |
void | AssignDynamism (TypeExpression typeExpression, bool isDynamic) |
Properties | |
bool | EverythingDynamic [get, set] |
To ignore all the dyn files, setting all the references to dynamic. More... | |
bool | EverythingStatic [get, set] |
To ignore all the dyn files, setting all the references to dynamic. More... | |
static DynVarOptions | Instance [get] |
Unique class instance (Singleton) More... | |
Offers the global options of the dynamic behaviour configuration.
Definition at line 22 of file DynVarOptions.cs.
void DynVarManagement.DynVarOptions.AssignDynamism | ( | TypeExpression | typeExpression1, |
TypeExpression | typeExpression2 | ||
) |
To assign the IsDynamicProperty
typeExpression1 | First type expression |
typeExpression2 | Second type expression |
Definition at line 83 of file DynVarOptions.cs.
void DynVarManagement.DynVarOptions.AssignDynamism | ( | TypeExpression | typeExpression, |
bool | isDynamic | ||
) |
Definition at line 97 of file DynVarOptions.cs.
|
getset |
To ignore all the dyn files, setting all the references to dynamic.
Definition at line 39 of file DynVarOptions.cs.
|
getset |
To ignore all the dyn files, setting all the references to dynamic.
Definition at line 47 of file DynVarOptions.cs.
|
staticget |
Unique class instance (Singleton)
Definition at line 68 of file DynVarOptions.cs.