AstExpressionStatement Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents an expression as a statement
public class AstExpressionStatement : AstStatement
Inheritance
AstExpressionStatement → AstStatement → AstElement → object
Constructors
AstExpressionStatement(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
Expression | The left hand side of the assignment |
Overridden & Inherited
Position | The source code position of this element |
Visit<T>(IAstStatementVisitor<T>) |