class EVC_DIRECTIVE

(source code)

description

Evolicity directive

note
	description: "Evolicity directive"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-03-18 7:01:04 GMT (Tuesday 18th March 2025)"
	revision: "6"

deferred class
	EVC_DIRECTIVE

feature -- Basic operations

	execute (context: EVC_CONTEXT; output: EL_OUTPUT_MEDIUM)
			--
		deferred
		end

end -- class EVC_DIRECTIVE