|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
This is the complete list of members for AST.SourceFile, including all inherited members.
| Accept(Visitor v, Object o) | AST.SourceFile | virtual |
| AcceptOperation(AstOperation op, object arg) | AST.AstNode | virtual |
| AddDeclaration(Declaration declaration) | AST.SourceFile | |
| AddNamespace(IdentifierExpression name, List< Declaration > declaration) | AST.SourceFile | |
| AddUsing(string include) | AST.SourceFile | |
| AstNode(Location location) | AST.AstNode | protected |
| DeclarationCount | AST.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 | |
| location | AST.AstNode | protected |
| Location | AST.AstNode | |
| Namespacekeys | AST.SourceFile | |
| SourceFile(Location loc) | AST.SourceFile | |
| Usings | AST.SourceFile |