Class AbstractReportRowBean
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.ui.report.AbstractReportRowBean
-
- All Implemented Interfaces:
IReportRowBean
- Direct Known Subclasses:
EliminatedAllocationRowBean,InliningRowBean,OptimisedLockRowBean,SuggestionRowBean
public abstract class AbstractReportRowBean extends java.lang.Object implements IReportRowBean
-
-
Constructor Summary
Constructors Constructor Description AbstractReportRowBean(Report report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBytecodeOffset()ReportgetReport()java.lang.StringgetText()
-