class
	ARGUMENTS_32

General
	cluster: elks
	description: 
		"Access to command-line arguments. This class 
		may be used as ancestor by classes needing its facilities."

Ancestors
	ITERABLE* [G]

Queries
	argument (i: INTEGER_32): IMMUTABLE_STRING_32
	argument_array: ARRAY [IMMUTABLE_STRING_32]
	argument_count: INTEGER_32
	coalesced_character_option_value (o: CHARACTER_32): detachable IMMUTABLE_STRING_32
	coalesced_word_option_value (opt: READABLE_STRING_GENERAL): detachable IMMUTABLE_STRING_32
	Command_line: IMMUTABLE_STRING_32
	Command_name: IMMUTABLE_STRING_32
	index_of_beginning_with_word_option (opt: READABLE_STRING_GENERAL): INTEGER_32
	index_of_character_option (o: CHARACTER_32): INTEGER_32
	index_of_word_option (opt: READABLE_STRING_GENERAL): INTEGER_32
	new_cursor: ITERATION_CURSOR [IMMUTABLE_STRING_32]
	Option_sign: CELL [CHARACTER_32]
	separate_character_option_value (o: CHARACTER_32): detachable IMMUTABLE_STRING_32
	separate_word_option_value (opt: READABLE_STRING_GENERAL): detachable IMMUTABLE_STRING_32

Commands
	set_option_sign (c: CHARACTER_32)


Generated by ISE EiffelStudio