Uses of Enum
org.jacoco.core.analysis.ICounter.CounterValue
Packages that use ICounter.CounterValue
Package
Description
Coverage calculation and analysis.
Rules check implementation.
-
Uses of ICounter.CounterValue in org.jacoco.core.analysis
Subclasses with type arguments of type ICounter.CounterValue in org.jacoco.core.analysisModifier and TypeClassDescriptionstatic enumDifferent values provided by a counter.Fields in org.jacoco.core.analysis declared as ICounter.CounterValueMethods in org.jacoco.core.analysis that return ICounter.CounterValueModifier and TypeMethodDescriptionstatic ICounter.CounterValueReturns the enum constant of this type with the specified name.static ICounter.CounterValue[]ICounter.CounterValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jacoco.core.analysis with parameters of type ICounter.CounterValueModifier and TypeMethodDescriptiondoubleICounter.getValue(ICounter.CounterValue value) Returns the counter value of the given type.Constructors in org.jacoco.core.analysis with parameters of type ICounter.CounterValueModifierConstructorDescriptionprivateprivateCounterComparator(ICounter.CounterValue value, boolean reverse) -
Uses of ICounter.CounterValue in org.jacoco.core.internal.analysis
Methods in org.jacoco.core.internal.analysis with parameters of type ICounter.CounterValue -
Uses of ICounter.CounterValue in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ICounter.CounterValueFields in org.jacoco.report.check with type parameters of type ICounter.CounterValueModifier and TypeFieldDescriptionprivate static final Map<ICounter.CounterValue, String> Limit.VALUE_NAMESMethods in org.jacoco.report.check that return ICounter.CounterValue