class CLASS_STATISTICS_I
Class statistics interface
note
description: "Class statistics interface"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2020-04-04 13:24:47 GMT (Saturday 4th April 2020)"
revision: "2"
class
CLASS_STATISTICS_I
feature -- Access
file_size: INTEGER
word_count: INTEGER
end