Variable TernaryExpression.ternaryExpression

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