Class SuggestionRowBean
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
-
- org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBean
-
- All Implemented Interfaces:
IReportRowBean
public class SuggestionRowBean extends AbstractReportRowBean
-
-
Field Summary
-
Fields inherited from class org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
report
-
-
Constructor Summary
Constructors Constructor Description SuggestionRowBean(Report report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetScore()java.lang.StringgetType()-
Methods inherited from class org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
getBytecodeOffset, getReport, getText
-
-
-
-
Constructor Detail
-
SuggestionRowBean
public SuggestionRowBean(Report report)
-
-