TerniaryOpNode

Undocumented in source.

Constructors

this
this(ExpressionNode cond, ExpressionNode onTrue, ExpressionNode onFalse)

Undocumented in source.

Members

Functions

accept
Variant accept(IExpressionVisitor visitor)

Undocumented in source. Be warned that the author may not have intended to support it.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conditionNode
ExpressionNode conditionNode;

Undocumented in source.

onFalseNode
ExpressionNode onFalseNode;

Undocumented in source.

onTrueNode
ExpressionNode onTrueNode;

Undocumented in source.

Inherited Members

From ExpressionNode

accept
Variant accept(IExpressionVisitor visitor)

Undocumented in source.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta