theory Class imports Main begin text ‹ Representation of a standard class containing fields, methods and constructors › text ‹ ----- Representation of Fields and Parameters ----- › type_synonym FieldName = "string" type_synonym FieldType = "string" type_synonym ParameterType = "string"