C-minor v0.0

AstExprNodeTernaryOp Class

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast

Represents the ternary condition ?: operator

public class AstExprNodeTernaryOp : AstExprNode

Inheritance

AstExprNodeTernaryOp → AstExprNodeAstElementobject

Constructors

AstExprNodeTernaryOp(Topten.Cminor.Lexical.CodePosition)

Constructor

Fields

Condition

The condition expression

FalseValue

The false value xpression

TrueValue

The true value expression

Overridden & Inherited

Position

The source code position of this element

Precedence
Visit<T>(IAstExprNodeVisitor<T>)