Variable UnaryExpression.functionCallExpression

class UnaryExpression
{
  // ...
  FunctionCallExpression functionCallExpression;
  // ...
}