class EL_BUILDABLE_FROM_PYXIS

(source code)

Client examples: CHECK_LOCALE_STRINGS_COMMAND

description

Object buildable from node parse events generated by EL_PYXIS_PARSER

note
	description: "[
		Object buildable from node parse events generated by ${EL_PYXIS_PARSER}
	]"

	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: "2024-01-20 19:18:26 GMT (Saturday 20th January 2024)"
	revision: "8"

deferred class
	EL_BUILDABLE_FROM_PYXIS

inherit
	EL_BUILDABLE_FROM_NODE_SCAN

	EL_PYXIS_PARSE_EVENT_TYPE

end