Uses of Class
org.jacoco.report.internal.AbstractGroupVisitor
Packages that use AbstractGroupVisitor
Package
Description
-
Uses of AbstractGroupVisitor in org.jacoco.report.internal
Fields in org.jacoco.report.internal declared as AbstractGroupVisitorMethods in org.jacoco.report.internal that return AbstractGroupVisitorModifier and TypeMethodDescriptionprotected 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.htmlMethods in org.jacoco.report.internal.html that return AbstractGroupVisitorModifier and TypeMethodDescriptionprotected AbstractGroupVisitor
HTMLGroupVisitor.handleGroup
(String name) -
Uses of AbstractGroupVisitor in org.jacoco.report.internal.xml
Subclasses of AbstractGroupVisitor in org.jacoco.report.internal.xmlModifier and TypeClassDescriptionclass
AIReportGroupVisitor
that transforms the report structure into XML elements.Methods in org.jacoco.report.internal.xml that return AbstractGroupVisitorModifier and TypeMethodDescriptionprotected AbstractGroupVisitor
XMLGroupVisitor.handleGroup
(String name)