AstContinueStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a 'continue' statement
public class AstContinueStatement : AstStatement
Inheritance
AstContinueStatement → AstStatement → AstElement → object
Constructors
AstContinueStatement(Topten.Cminor.Lexical.CodePosition) | Constructor |
Overridden & Inherited
Position | The source code position of this element |
Visit<T>(IAstStatementVisitor<T>) |