private AttributeList consumeAttList() {
   if (this.attList.isEmpty()) return null;
   AttributeList attList = AttributeList.of(this.attList);
   clearAttList();
   return attList;
 }