Variable ShiftExpression.operator

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