class EL_DEFAULT_BUILDABLE_FROM_NODE_SCAN
Default buildable from node scan
note
description: "Default buildable from node scan"
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: "2023-07-27 9:09:57 GMT (Thursday 27th July 2023)"
revision: "4"
class
EL_DEFAULT_BUILDABLE_FROM_NODE_SCAN
inherit
EL_BUILDABLE_FROM_NODE_SCAN
rename
make_default as make
end
create
make
feature {NONE} -- Implementation
building_action_table: EL_PROCEDURE_TABLE [STRING]
do
create Result
end
feature {NONE} -- Constants
Parse_event_source_type: TYPE [EL_PARSE_EVENT_SOURCE]
once
Result := {EL_DEFAULT_PARSE_EVENT_SOURCE}
end
Root_node_name: STRING = ""
end