model: rename `as_notnullable` to `undecorate`
authorJean Privat <jean@pryen.org>
Sat, 4 Apr 2015 13:35:41 +0000 (20:35 +0700)
committerJean Privat <jean@pryen.org>
Wed, 8 Apr 2015 00:52:01 +0000 (07:52 +0700)
commit1e632f109c75bd2a78a0d742c33431c9168969ec
tree2a2b801e42431a69549da4cfc85ec88be4dfcbf1
parent3e6bbace3e9e1430bc77b53ba1b75ec8c1922fd1
model: rename `as_notnullable` to `undecorate`

The behavior is to remove the decoration, and `as_notnullabe` is not
the best name to undecorate a `MNotNullType`

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiler/abstract_compiler.nit
src/compiler/separate_compiler.nit
src/highlight.nit
src/metrics/detect_covariance.nit
src/metrics/detect_variance_constraints.nit
src/metrics/rta_metrics.nit
src/model/model.nit
src/modelize/modelize_property.nit
src/nitni/nitni_callbacks.nit
src/rapid_type_analysis.nit
src/semantize/typing.nit