AstExprNodeLiteral Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a literal value in an expression
public class AstExprNodeLiteral : AstExprNode,
Topten.Cminor.Semantic.IBinding
Inheritance
AstExprNodeLiteral → AstExprNode → AstElement → object
Interfaces
Topten.Cminor.Semantic.IBinding
Constructors
AstExprNodeLiteral(Topten.Cminor.Lexical.CodePosition, object) | Constructor |
Fields
BoundType | Type info of the literal |
Properties
Value | The literal value |
Overridden & Inherited
Position | The source code position of this element |
Precedence | |
Visit<T>(IAstExprNodeVisitor<T>) |