The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
SwitchLabel.cs File Reference

Go to the source code of this file.

Classes

class  AST.SwitchLabel
 Encapsulates a switch label (Case + condition or Default section). More...
 

Namespaces

package  AST
 Representation of the StaDyn Abstract Syntax Tree (AST).
 

Enumerations

enum  AST.SectionType { AST.SectionType.Case, AST.SectionType.Default }
 Indicates if it is a case statement or a default case. More...