C-minor v0.0

AstCompilationUnit Class

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast

Represents a block of statements

public class AstCompilationUnit : AstStatement

Inheritance

AstCompilationUnit → AstStatementAstElementobject

Constructors

AstCompilationUnit(Topten.Cminor.Lexical.CodePosition)

Constuctor

Fields

Statements

The set of statements within the block

Properties

FileName

Get the name of this compilation unit

Overridden & Inherited

Position

The source code position of this element

Visit<T>(IAstStatementVisitor<T>)