class
	ITP_INTERPRETER

General
	cluster: etf
	description: 
		"Interpreter for line based Eiffel like interpreter language.
		Depends on a generated Erl-G reflection library."
	create: execute

Ancestors
	ANY
	ARGUMENTS_32
	EQA_EXTERNALS
	ERL_CONSTANTS
	EXCEPTIONS
	EXECUTION_ENVIRONMENT
	ITP_SHARED_CONSTANTS
	SED_STORABLE_FACILITIES

Queries
	has_error: BOOLEAN
	is_last_protected_execution_successfull: BOOLEAN
	is_request_type_valid (a_type: NATURAL_32): BOOLEAN
	should_quit: BOOLEAN

Constraints
	log file open write
	store not void
	output buffer attached
	error buffer attached
	socket attached


Generated by ISE EiffelStudio