AstCaseClause.Statements Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstCaseClause
The statements to execute if this branch is taken
public List<AstStatement> Statements;
Field Type
List<AstStatement> |