Uses of Class
org.jacoco.core.analysis.ICoverageNode.ElementType

Packages that use ICoverageNode.ElementType
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.report.check Rules check implementation. 
 

Uses of ICoverageNode.ElementType in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return ICoverageNode.ElementType
 ICoverageNode.ElementType CoverageNodeImpl.getElementType()
           
 ICoverageNode.ElementType ICoverageNode.getElementType()
          Returns the type of element represented by this node.
static ICoverageNode.ElementType ICoverageNode.ElementType.valueOf(String name)
          Returns 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're declared.
 

Constructors in org.jacoco.core.analysis with parameters of type ICoverageNode.ElementType
CoverageNodeImpl(ICoverageNode.ElementType elementType, String name)
          Creates a new coverage data node.
 

Uses of ICoverageNode.ElementType in org.jacoco.report.check
 

Methods in org.jacoco.report.check that return ICoverageNode.ElementType
 ICoverageNode.ElementType Rule.getElement()
           
 

Methods in org.jacoco.report.check with parameters of type ICoverageNode.ElementType
 void Rule.setElement(ICoverageNode.ElementType elementType)
           
 



Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.