AstDoWhileStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents while loop statement
public class AstDoWhileStatement : AstStatement
Inheritance
AstDoWhileStatement → AstStatement → AstElement → object
Constructors
| AstDoWhileStatement(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
| CodeBlock | The loop code block |
| Condition | The condition expression |
Overridden & Inherited
| Position | The source code position of this element |
| Visit<T>(IAstStatementVisitor<T>) |
