class
	EQA_SYSTEM_PATH

General
	cluster: testing
	description: "Objects representing a relative path."
	create: make_empty, make, make_from_path, make_from_path_object

Ancestors
	ANY

Queries
	at alias "@" (i: INTEGER_32): READABLE_STRING_GENERAL
	count: INTEGER_32
	has_valid_names (a_linear: LINEAR [READABLE_STRING_GENERAL]): BOOLEAN
	is_empty: BOOLEAN
	is_equal (a_other: [like Current] EQA_SYSTEM_PATH): BOOLEAN
	is_valid_name (a_name: READABLE_STRING_GENERAL): BOOLEAN
	item alias "[]" (i: INTEGER_32): READABLE_STRING_GENERAL

Commands
	extend (a_item: READABLE_STRING_GENERAL)


Generated by ISE EiffelStudio