@Override
 public Iterator<Token> labelsGetAllTokens(Statement state) {
   return storeLayer.labelsGetAllTokens();
 }