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

Go to the source code of this file.

Classes

class  AST.ExceptionManagementStatement
 Encapsulates a Try-Catch-finally statement of our programming languages. As C# states catch blcok and finally block can be optional, but not at the same time. More...
 

Namespaces

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