AstSwitchCasePredicate.Value Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstSwitchCasePredicate
The value of the predicate condition
public AstExprNode Value;
Remarks
After successful binding, this will be an AstExprNodeLiteral
Field Type
AstExprNode |