Uses of Class
org.jacoco.report.internal.AbstractGroupVisitor

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)
           
 



Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.