Class: AdLint::FN_CSUB_Metric
- Inherits:
-
FunctionMetric
- Object
- CodeMetric
- FunctionMetric
- AdLint::FN_CSUB_Metric
- Defined in:
- lib/adlint/metric.rb
Instance Method Summary collapse
-
#initialize(fun_id, loc, funcall_cnt) ⇒ FN_CSUB_Metric
constructor
A new instance of FN_CSUB_Metric.
Methods inherited from CodeMetric
Constructor Details
#initialize(fun_id, loc, funcall_cnt) ⇒ FN_CSUB_Metric
Returns a new instance of FN_CSUB_Metric.
124 125 126 |
# File 'lib/adlint/metric.rb', line 124 def initialize(fun_id, loc, funcall_cnt) super("FN_CSUB", fun_id, loc, funcall_cnt) end |