AstWhileStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents while
loop statement
public class AstWhileStatement : AstStatement
Inheritance
AstWhileStatement → AstStatement → AstElement → object
Constructors
AstWhileStatement(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>) |