AstClassOrStructDeclarationStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a 'break' statement
public class AstClassOrStructDeclarationStatement : AstStatement
Inheritance
AstClassOrStructDeclarationStatement → AstStatement → AstElement → object
Constructors
AstClassOrStructDeclarationStatement(Topten.Cminor.Lexical.CodePosition) | Constructor |
Properties
Attributes | Attributes applied to this method |
BoundType | The type info for this class or struct definition |
IsClass | True if this is a class, false if struct |
Modifiers | A set of modifiers applied to this method |
Name | Name of the class/struct |
Statements | The function's code |
Overridden & Inherited
Position | The source code position of this element |
Visit<T>(IAstStatementVisitor<T>) |