Variable FunctionCallExpression.type

class FunctionCallExpression
{
  // ...
  Type type ;
  // ...
}