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

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

Accept(Visitor v, Object o)AST.SourceFilevirtual
AcceptOperation(AstOperation op, object arg)AST.AstNodevirtual
AddDeclaration(Declaration declaration)AST.SourceFile
AddNamespace(IdentifierExpression name, List< Declaration > declaration)AST.SourceFile
AddUsing(string include)AST.SourceFile
AstNode(Location location)AST.AstNodeprotected
DeclarationCountAST.SourceFile
Equals(object obj)AST.AstNode
GetDeclarationElement(int index)AST.SourceFile
GetHashCode()AST.AstNode
GetNamespaceDeclarationElement(string name, int index)AST.SourceFile
GetNamespaceDefinitionCount(string name)AST.SourceFile
locationAST.AstNodeprotected
LocationAST.AstNode
NamespacekeysAST.SourceFile
SourceFile(Location loc)AST.SourceFile
UsingsAST.SourceFile