Uses of Enum
org.jacoco.core.analysis.ICoverageNode.ElementType
Packages that use ICoverageNode.ElementType
Package
Description
Coverage calculation and analysis.
Rules check implementation.
Internal: Resources for HTML reports.
-
Uses of ICoverageNode.ElementType in org.jacoco.core.analysis
Subclasses with type arguments of type ICoverageNode.ElementType in org.jacoco.core.analysisModifier and TypeClassDescriptionstatic enumType of a Java element represented by aICoverageNodeinstance.Fields in org.jacoco.core.analysis declared as ICoverageNode.ElementTypeModifier and TypeFieldDescriptionprivate final ICoverageNode.ElementTypeCoverageNodeImpl.elementTypeMethods in org.jacoco.core.analysis that return ICoverageNode.ElementTypeModifier and TypeMethodDescriptionCoverageNodeImpl.getElementType()ICoverageNode.getElementType()Returns the type of element represented by this node.static ICoverageNode.ElementTypeReturns the enum constant of this type with the specified name.static ICoverageNode.ElementType[]ICoverageNode.ElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jacoco.core.analysis with parameters of type ICoverageNode.ElementTypeModifierConstructorDescriptionCoverageNodeImpl(ICoverageNode.ElementType elementType, String name) Creates a new coverage data node. -
Uses of ICoverageNode.ElementType in org.jacoco.core.internal.analysis
Constructors in org.jacoco.core.internal.analysis with parameters of type ICoverageNode.ElementTypeModifierConstructorDescriptionSourceNodeImpl(ICoverageNode.ElementType elementType, String name) Create a new source node implementation instance. -
Uses of ICoverageNode.ElementType in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ICoverageNode.ElementTypeMethods in org.jacoco.report.check that return ICoverageNode.ElementTypeMethods in org.jacoco.report.check with parameters of type ICoverageNode.ElementType -
Uses of ICoverageNode.ElementType in org.jacoco.report.internal.html.resources
Methods in org.jacoco.report.internal.html.resources with parameters of type ICoverageNode.ElementTypeModifier and TypeMethodDescriptionstatic StringResources.getElementStyle(ICoverageNode.ElementType type) Determines the style sheet class for the given element type.