Class: Inch::Language::Nodejs::Evaluation::FunctionObject

Inherits:
Base show all
Defined in:
lib/inch/language/nodejs/evaluation/function_object.rb

Overview

Proxy class for functions

Constant Summary

Constants inherited from Evaluation::Proxy

Evaluation::Proxy::MAX_SCORE, Evaluation::Proxy::MIN_SCORE

Instance Attribute Summary

Attributes inherited from Evaluation::Proxy

#object, #roles

Instance Method Summary collapse

Methods inherited from Evaluation::Proxy

for, #initialize, #max_score, #min_score, #priority, #score

Constructor Details

This class inherits a constructor from Inch::Evaluation::Proxy

Instance Method Details

#evaluateObject



7
8
9
10
# File 'lib/inch/language/nodejs/evaluation/function_object.rb', line 7

def evaluate
  super
  evaluate_parameters
end