Variable VariableDeclaration.declarators

class VariableDeclaration
{
  // ...
  Declarator[] declarators ;
  // ...
}