AstSwitchStatement.CaseClauses Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstSwitchStatement
A set of claused declaring each of the switch options
public List<AstCaseClause> CaseClauses;
Field Type
List<AstCaseClause> |