StatementBinder Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Semantic
Performs semantic checks on an AST statements and expression
public class StatementBinder :
Topten.Cminor.Ast.IAstStatementVisitor<bool>
Inheritance
StatementBinder → object
Interfaces
Topten.Cminor.Ast.IAstStatementVisitor<bool>
Constructors
StatementBinder(Topten.Cminor.Compiler) | Constructor |
Methods
Bind(Topten.Cminor.Ast.AstCompilationUnit) | Check a statement (typically a root level block statement) against a type system |