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

To manage the dynamism of var references. More...

Classes

class  DynVarException
 The parent class for all exceptions related to DynVars More...
 
class  DynVarInfoNotFound
 When the associated file is not found More...
 
class  DynVarInfoSyntaxException
 When the XML syntax of the associated file is not valid. More...
 
class  DynVarNotFound
 When a dynVar, a block(DynVars object), class or namespace is not found in the associated info. More...
 
class  DynVarManager
 New implementation of DynVarManagement: -Ignores "block" elements: not used anymore. -Provides wider interface: -Dynamic method return (dynreturn attribute in method elements) -Interface elements Includes set of old fields, properties and methods for retro-compatibility reasons. More...
 
class  VarPath
 
class  DynVarOptions
 Offers the global options of the dynamic behaviour configuration. More...
 

Detailed Description

To manage the dynamism of var references.