class PE_MD_TABLE_METHODSEMANTICS inherit PE_MD_SORTED_TABLE [PE_MD_TABLE_METHODSEMANTICS_ENTRY] create make feature -- Access read_entry (pe: PE_FILE): like entry do create Result.make (pe) end sorting_information: STRING_32 = "Association" end