AstCaseClause.Predicates Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstCaseClause
A set of match predicates for taking this branch
public List<AstSwitchCasePredicate> Predicates;
Remarks
A null predicate indicates the "default:" block
Field Type
List<AstSwitchCasePredicate> |