Package net.sourceforge.pmd.lang.metrics
Class AbstractMetric<N extends Node>
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.AbstractMetric<N>
-
-
Constructor Summary
Constructors Constructor Description AbstractMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Metrics should be stateless, thus any instance of the same metric class should be equal.int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.metrics.Metric
computeFor, supports
-
-