Package org.adoptopenjdk.jitwatch.report
Class AbstractReportBuilder
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
- All Implemented Interfaces:
ICompilationVisitable,ITreeVisitable
- Direct Known Subclasses:
AbstractEscapeAnalysisWalker,InliningWalker,SuggestionWalker
public abstract class AbstractReportBuilder
extends AbstractCompilationVisitable
implements ITreeVisitable
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidgetReports(Comparator<Report> comparator) voidreset()Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOtherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.adoptopenjdk.jitwatch.compilation.ICompilationVisitable
visitTagMethods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
visit
-
Field Details
-
model
-
reportList
-
-
Constructor Details
-
AbstractReportBuilder
-
-
Method Details
-
getReports
-
findNonMemberReports
protected abstract void findNonMemberReports() -
reset
public void reset()- Specified by:
resetin interfaceITreeVisitable
-