|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceNodeImpl | |
|---|---|
| org.jacoco.core.internal.analysis | |
| Uses of SourceNodeImpl in org.jacoco.core.internal.analysis |
|---|
| Subclasses of SourceNodeImpl in org.jacoco.core.internal.analysis | |
|---|---|
class |
ClassCoverageImpl
Implementation of IClassCoverage. |
class |
MethodCoverageImpl
Implementation of IMethodCoverage. |
class |
SourceFileCoverageImpl
Implementation of ISourceFileCoverage. |
| Methods in org.jacoco.core.internal.analysis that return types with arguments of type SourceNodeImpl | |
|---|---|
Collection<SourceNodeImpl> |
ClassCoverageImpl.getFragments()
|
| Methods in org.jacoco.core.internal.analysis with parameters of type SourceNodeImpl | |
|---|---|
boolean |
SourceNodeImpl.applyFragment(SourceNodeImpl fragment)
|
boolean |
ClassCoverageImpl.applyFragment(SourceNodeImpl fragment)
|
boolean |
MethodCoverageImpl.applyFragment(SourceNodeImpl fragment)
|
| Method parameters in org.jacoco.core.internal.analysis with type arguments of type SourceNodeImpl | |
|---|---|
void |
ClassCoverageImpl.setFragments(Collection<SourceNodeImpl> fragments)
Stores fragments that contain coverage information about other nodes collected during the creation of this node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||