AstCompilationUnit.Statements Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstCompilationUnit
The set of statements within the block
public List<AstStatement> Statements;
Field Type
List<AstStatement> |