The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Go to the source code of this file.
Classes | |
class | TypeSystem.Operations.PromotionOperation |
Namespaces | |
package | TypeSystem.Operations |
Operations encapsulate each type rule that can be included as a constraint in a method type. | |
Enumerations | |
enum | TypeSystem.Operations.KindOfPromotion { TypeSystem.Operations.KindOfPromotion.Simple, TypeSystem.Operations.KindOfPromotion.Verbose } |
This class implements factory method pattern ( virtual constructor). Role: Factory More... | |