AstSwitchStatement.Expression Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstSwitchStatement
The expression to switch on
public AstExprNode Expression;
Field Type
AstExprNode |