AstExprNodeUnaryOp Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a unary operator
public class AstExprNodeUnaryOp : AstExprNode
Inheritance
AstExprNodeUnaryOp → AstExprNode → AstElement → object
Constructors
AstExprNodeUnaryOp(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
BoundMethod | The bound operator method |
Operand | The operand |
Operator | The operator |
Overridden & Inherited
Position | The source code position of this element |
Precedence | |
Visit<T>(IAstExprNodeVisitor<T>) |