AstExprNodeBinaryOp Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a binary operator
public class AstExprNodeBinaryOp : AstExprNode
Inheritance
AstExprNodeBinaryOp → AstExprNode → AstElement → object
Constructors
| AstExprNodeBinaryOp(Topten.Cminor.Lexical.CodePosition) | Consstructor |
Fields
| BoundMethod | The bound operator method |
| LHS | The left hand side operand |
| Operator | The operator |
| RHS | The right hand side operand |
Overridden & Inherited
| Position | The source code position of this element |
| Precedence | |
| Visit<T>(IAstExprNodeVisitor<T>) |
