Variable Operands.operands

class Operands
{
  // ...
  ExpressionNode[] operands;
  // ...
}