class
	LEXICAL

General
	cluster: lex.lex
	description: "Lexical analyzers"
	create: make_new, make

Ancestors
	TEXT_FILLER

Queries
	buffer: STRING
	buffer_item_code (c: INTEGER): INTEGER
	buffer_size: INTEGER
	char_buffered_number: INTEGER
	column_nb_array: LEX_ARRAY [INTEGER]
	dfa: FIXED_DFA
	end_of_text: BOOLEAN
	file_name: STRING
	keyword_code (word: STRING): INTEGER
	keyword_string (n: INTEGER): STRING
	last_is_keyword: BOOLEAN
	last_keyword_code: INTEGER
	last_keyword_text: STRING
	last_string_read: STRING
	last_token: TOKEN
	line_nb_array: LEX_ARRAY [INTEGER]
	No_token: INTEGER
	other_possible_tokens: ARRAY [INTEGER]
	token_column_number: INTEGER
	token_line_number: INTEGER
	token_type: INTEGER

Commands
	close_file
	create_buffers (buf, lin: INTEGER)
	exclude (i, j: INTEGER)
	fill_buffer (b: INTEGER)
	fill_whole_buffer
	get_any_token
	get_fixed_token (l: INTEGER)
	get_short_token
	get_token
	make
	make_new
	resize_and_fill_buffer (buf, b: INTEGER)
	set_file (f_name: STRING)
	set_separator_type (type: INTEGER)
	set_string (s: STRING)
	trace