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

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

Accept(Visitor v, Object o)AST.Blockvirtual
AcceptOperation(AstOperation op, object arg)AST.Statementvirtual
AddStatement(Statement statement)AST.Block
AddStatementAtIndex(Statement statement, int index)AST.Block
AddStatementToTheBeginning(Statement statement)AST.Block
AstNode(Location location)AST.AstNodeprotected
Block(Location location)AST.Block
Block(List< Statement > stats, Location location)AST.Block
Equals(object obj)AST.AstNode
GetHashCode()AST.AstNode
GetStatementElement(int index)AST.Block
LocationAST.AstNode
locationAST.AstNodeprotected
SearchPosition(string id)AST.Block
Statement(Location location)AST.Statementprotected
StatementCountAST.Block