The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
DynVarManagement.DynVarOptions Class Reference

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

Detailed Description

Offers the global options of the dynamic behaviour configuration.

Definition at line 22 of file DynVarOptions.cs.

Member Function Documentation

void DynVarManagement.DynVarOptions.AssignDynamism ( TypeExpression  typeExpression1,
TypeExpression  typeExpression2 
)

To assign the IsDynamicProperty

Parameters
typeExpression1First type expression
typeExpression2Second 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.

Property Documentation

bool DynVarManagement.DynVarOptions.EverythingDynamic
getset

To ignore all the dyn files, setting all the references to dynamic.

Definition at line 39 of file DynVarOptions.cs.

bool DynVarManagement.DynVarOptions.EverythingStatic
getset

To ignore all the dyn files, setting all the references to dynamic.

Definition at line 47 of file DynVarOptions.cs.

DynVarOptions DynVarManagement.DynVarOptions.Instance
staticget

Unique class instance (Singleton)

Definition at line 68 of file DynVarOptions.cs.


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