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