Variable TernaryExpression.expression

class TernaryExpression
{
  // ...
  ExpressionNode expression;
  // ...
}