Class AbstractJavaOperationMetric

    • Constructor Detail

      • AbstractJavaOperationMetric

        public AbstractJavaOperationMetric()
    • Method Detail

      • supports

        public boolean supports​(MethodLikeNode node)
        Returns true if the metric can be computed on this operation. By default, abstract operations are filtered out.
        Specified by:
        supports in interface Metric<MethodLikeNode>
        Parameters:
        node - The operation
        Returns:
        True if the metric can be computed on this operation