Variable AddExpression.operator

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