Property definitions

nitc $ TNLC :: defaultinit
# Type Metric: Number of Live Cast
#
# count all the cast made to each types
class TNLC
	super MTypeMetric
	super IntMetric
	redef fun name do return "tnlc"
	redef fun desc do return "number of live casts to a mtype"

	redef fun collect(mtypes) do end
end
src/metrics/rta_metrics.nit:302,1--312,3