AstExprNodeTernaryOp Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents the ternary condition ?:
operator
public class AstExprNodeTernaryOp : AstExprNode
Inheritance
AstExprNodeTernaryOp → AstExprNode → AstElement → object
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>) |