AstExprNodeTypeCast Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a unary operator
public class AstExprNodeTypeCast : AstExprNode
Inheritance
AstExprNodeTypeCast → AstExprNode → AstElement → object
Constructors
| AstExprNodeTypeCast(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
| RHS | The expression to be cast |
| Type | The target type |
Properties
| BoundMethod | The resolved member operator to perform the cast |
Overridden & Inherited
| Position | The source code position of this element |
| Precedence | |
| Visit<T>(IAstExprNodeVisitor<T>) |
