Variable ImportDeclaration.singleImports

class ImportDeclaration
{
  // ...
  SingleImport[] singleImports ;
  // ...
}