Uses of Class
org.jacoco.report.internal.AbstractGroupVisitor
-
Packages that use AbstractGroupVisitor Package Description 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 Modifier and Type Method Description protected abstract AbstractGroupVisitor
AbstractGroupVisitor. handleGroup(java.lang.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 Modifier and Type Class Description class
HTMLGroupVisitor
Group visitor for HTML reports.Methods in org.jacoco.report.internal.html that return AbstractGroupVisitor Modifier and Type Method Description protected AbstractGroupVisitor
HTMLGroupVisitor. handleGroup(java.lang.String name)
-
Uses of AbstractGroupVisitor in org.jacoco.report.internal.xml
Subclasses of AbstractGroupVisitor in org.jacoco.report.internal.xml Modifier and Type Class Description class
XMLGroupVisitor
AIReportGroupVisitor
that transforms the report structure into XML elements.Methods in org.jacoco.report.internal.xml that return AbstractGroupVisitor Modifier and Type Method Description protected AbstractGroupVisitor
XMLGroupVisitor. handleGroup(java.lang.String name)
-