Variable InExpression.negated

class InExpression
{
  // ...
  bool negated ;
  // ...
}