|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGroupVisitor | |
|---|---|
| org.jacoco.report.internal | |
| org.jacoco.report.internal.html | |
| org.jacoco.report.internal.xml | |
| Uses of AbstractGroupVisitor in org.jacoco.report.internal |
|---|
| Methods in org.jacoco.report.internal that return AbstractGroupVisitor | |
|---|---|
protected abstract AbstractGroupVisitor |
AbstractGroupVisitor.handleGroup(String name)
Called to handle a group with the given name in a specific way. |
| Uses of AbstractGroupVisitor in org.jacoco.report.internal.html |
|---|
| Subclasses of AbstractGroupVisitor in org.jacoco.report.internal.html | |
|---|---|
class |
HTMLGroupVisitor
Group visitor for HTML reports. |
| Methods in org.jacoco.report.internal.html that return AbstractGroupVisitor | |
|---|---|
protected AbstractGroupVisitor |
HTMLGroupVisitor.handleGroup(String name)
|
| Uses of AbstractGroupVisitor in org.jacoco.report.internal.xml |
|---|
| Subclasses of AbstractGroupVisitor in org.jacoco.report.internal.xml | |
|---|---|
class |
XMLGroupVisitor
A IReportGroupVisitor that transforms the report
structure into XML elements. |
| Methods in org.jacoco.report.internal.xml that return AbstractGroupVisitor | |
|---|---|
protected AbstractGroupVisitor |
XMLGroupVisitor.handleGroup(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||