AstVariableDeclarationStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents variable declaration statement
public class AstVariableDeclarationStatement : AstStatement
Inheritance
AstVariableDeclarationStatement → AstStatement → AstElement → object
Constructors
| AstVariableDeclarationStatement(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
| Entries | List of variable declarations |
| Type | The condition expression |
Properties
| Attributes | Attributes applied to this method |
| Modifiers | A set of modifiers applied to this variable |
Overridden & Inherited
| Position | The source code position of this element |
| Visit<T>(IAstStatementVisitor<T>) |
