C-minor v0.0

AstDoWhileStatement Class

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast

Represents while loop statement

public class AstDoWhileStatement : AstStatement

Inheritance

AstDoWhileStatement → AstStatementAstElementobject

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>)