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
Fields in org.jacoco.report.internal declared as AbstractGroupVisitor Modifier and Type Field Description private AbstractGroupVisitorAbstractGroupVisitor. lastChildMethods in org.jacoco.report.internal that return AbstractGroupVisitor Modifier and Type Method Description protected abstract AbstractGroupVisitorAbstractGroupVisitor. 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 classHTMLGroupVisitorGroup visitor for HTML reports.Methods in org.jacoco.report.internal.html that return AbstractGroupVisitor Modifier and Type Method Description protected AbstractGroupVisitorHTMLGroupVisitor. 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 classXMLGroupVisitorAIReportGroupVisitorthat transforms the report structure into XML elements.Methods in org.jacoco.report.internal.xml that return AbstractGroupVisitor Modifier and Type Method Description protected AbstractGroupVisitorXMLGroupVisitor. handleGroup(java.lang.String name)
-