class
	ARGUMENTS

General
	obsolete: "Use ARGUMENTS_32 to manipulate Unicode arguments."
	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): STRING_8
	Argument_array: ARRAY [STRING_8]
	argument_count: INTEGER_32
	coalesced_character_option_value (o: CHARACTER_8): detachable STRING_8
	coalesced_word_option_value (opt: STRING_8): detachable STRING_8
	Command_line: STRING_8
	Command_name: STRING_8
	index_of_beginning_with_word_option (opt: STRING_8): INTEGER_32
	index_of_character_option (o: CHARACTER_8): INTEGER_32
	index_of_word_option (opt: STRING_8): INTEGER_32
	new_cursor: ITERATION_CURSOR [STRING_8]
	Option_sign: CHARACTER_8_REF
	separate_character_option_value (o: CHARACTER_8): detachable STRING_8
	separate_word_option_value (opt: STRING_8): detachable STRING_8

Commands
	set_option_sign (c: CHARACTER_8)

Constraints
	argument array consistent


Generated by ISE EiffelStudio