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

Go to the source code of this file.

Classes

class  AST.ArrayAccessExpression
 Encapsulates the array expression to access the concrete position. More...
 

Namespaces

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

Enumerations

enum  AST.ArrayOperator { AST.ArrayOperator.Indexer }
 Array operators More...