| Package | Description |
|---|---|
| org.jacoco.core.analysis |
Coverage calculation and analysis.
|
| org.jacoco.core.internal.analysis |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Constructor and Description |
|---|
CoverageNodeImpl(ICoverageNode.ElementType elementType,
String name)
Creates a new coverage data node.
|
| Constructor and Description |
|---|
SourceNodeImpl(ICoverageNode.ElementType elementType,
String name)
Create a new source node implementation instance.
|
Copyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.