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 Object implements IReportRowBean
  • Field Details

    • report

      protected final Report report
  • Constructor Details

    • AbstractReportRowBean

      public AbstractReportRowBean(Report report)
  • Method Details

    • getReport

      public Report getReport()
    • getText

      public String getText()
    • getBytecodeOffset

      public int getBytecodeOffset()