[docs]classDefinitionParserOutput:def__init__(self,symbol_table:SymbolTable,specification:dict):ifnotany(len(symbol_table.get_by_type(symbol_type))>0forsymbol_typein[tfortinSymbolType]):warnings.warn("DefinitionParserOutput: symbol table has not been populated by objects of any type.""Please check if 'definitions' are correctly specified. ")self.symbol_table=symbol_tableself.specification=specification