AstExprNodeInterpolatedString Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a literal value in an expression
public class AstExprNodeInterpolatedString : AstExprNode,
Topten.Cminor.Semantic.IBinding
Inheritance
AstExprNodeInterpolatedString → AstExprNode → AstElement → object
Interfaces
Topten.Cminor.Semantic.IBinding
Constructors
| AstExprNodeInterpolatedString(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
| BoundType | |
| Parts |
Methods
| Add(AstExprNode, AstExprNode, string) | |
| AddLiteral(string) |
Overridden & Inherited
| Position | The source code position of this element |
| Precedence | |
| Visit<T>(IAstExprNodeVisitor<T>) |
Nested Types
| AstExprNodeInterpolatedString.Part |
