lib: remove usage of old-style getters and setters
authorJean Privat <jean@pryen.org>
Tue, 15 Apr 2014 12:59:55 +0000 (08:59 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 Apr 2014 13:52:23 +0000 (09:52 -0400)
commitedb20eafc4bc6768d12fcc4c3c0b3fe80a1afeef
treec1e3cec2c458485238a2c88be03480e31f6ff66f
parent39d7a566158908430725887e5057653b76bec870
lib: remove usage of old-style getters and setters

old-style attributes are still available but getters and setters are manual.
This encourage the use of new-style attributes.

Support for old style attributes will be removed eventually.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/dummy_array.nit
lib/filter_stream.nit
lib/opts.nit
lib/standard/collection/abstract_collection.nit
lib/standard/collection/array.nit
lib/standard/collection/hash_collection.nit
lib/standard/collection/list.nit
lib/standard/collection/range.nit
lib/standard/file.nit
lib/standard/string_search.nit