AstExprNodeIdentifier Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents an indentifier in an expression
public class AstExprNodeIdentifier : AstExprNode
Inheritance
AstExprNodeIdentifier → AstExprNode → AstElement → object
Constructors
| AstExprNodeIdentifier(Topten.Cminor.Lexical.CodePosition, string) | Constructor |
Fields
| LHS | The left hand side of the identifier |
Properties
| Name | The name of the identifier |
Overridden & Inherited
| Position | The source code position of this element |
| Precedence | |
| Visit<T>(IAstExprNodeVisitor<T>) |
Nested Types
| AstExprNodeIdentifier.Nested |
