The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
AST.Namespace Member List

This is the complete list of members for AST.Namespace, including all inherited members.

Accept(Visitor v, Object o)AST.Namespacevirtual
AcceptOperation(AstOperation op, object arg)AST.AstNodevirtual
AstNode(Location location)AST.AstNodeprotected
Equals(object obj)AST.AstNode
GetDeclarationElement(int index)AST.Namespace
GetHashCode()AST.AstNode
IdentifierAST.Namespace
LocationAST.AstNode
locationAST.AstNodeprotected
Namespace(IdentifierExpression name, List< Declaration > declarations, Location location)AST.Namespace
NamespaceMembersCountAST.Namespace