C-minor v0.0

AstExprNodeIdentifier Class

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast

Represents an indentifier in an expression

public class AstExprNodeIdentifier : AstExprNode

Inheritance

AstExprNodeIdentifier → AstExprNodeAstElementobject

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