Uses of Class
net.sourceforge.pmd.lang.metrics.ResultOption
-
Packages that use ResultOption Package Description net.sourceforge.pmd.lang.metrics Language-independent framework to represent code metrics. -
-
Uses of ResultOption in net.sourceforge.pmd.lang.metrics
Methods in net.sourceforge.pmd.lang.metrics that return ResultOption Modifier and Type Method Description static ResultOptionResultOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultOption[]ResultOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.metrics with parameters of type ResultOption Modifier and Type Method Description static <O extends Node>
doubleMetricsUtil. computeAggregate(MetricKey<? super O> key, Iterable<? extends O> ops, MetricOptions options, ResultOption resultOption)Computes an aggregate result for a metric, identified with aResultOption.static <O extends Node>
doubleMetricsUtil. computeAggregate(MetricKey<? super O> key, Iterable<? extends O> ops, ResultOption resultOption)doubleAbstractMetricsComputer. computeWithResultOption(MetricKey<O> key, T node, boolean force, MetricOptions options, ResultOption option, ProjectMemoizer<T,O> stats)Deprecated.doubleAbstractMetricsFacade. computeWithResultOption(MetricKey<O> key, T node, MetricOptions options, ResultOption resultOption)Deprecated.Compute the sum, average, or highest value of the operation metric on all operations of the class node.doubleLanguageMetricsProvider. computeWithResultOption(MetricKey<O> key, T node, MetricOptions options, ResultOption option)LikeMetricsComputer.computeWithResultOption(MetricKey, QualifiableNode, boolean, MetricOptions, ResultOption, ProjectMemoizer)but performs no memoisation.doubleMetricsComputer. computeWithResultOption(MetricKey<O> key, T node, boolean force, MetricOptions options, ResultOption option, ProjectMemoizer<T,O> stats)Deprecated.Computes an aggregate result using a ResultOption.
-