|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ICoverageNode.getElementType()
Returns the type of element represented by this node. |
ICoverageNode.ElementType |
CoverageNodeImpl.getElementType()
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||