Variable RelExpression.operator

class RelExpression
{
  // ...
  ubyte operator;
  // ...
}