Class Report

java.lang.Object
org.adoptopenjdk.jitwatch.report.Report

public class Report extends Object
  • Field Details

    • caller

      private final IMetaMember caller
    • compilationIndex

      private final int compilationIndex
    • bci

      private final int bci
    • text

      private final String text
    • type

      private final ReportType type
    • score

      private final int score
    • metaData

      private Object metaData
  • Constructor Details

  • Method Details

    • getCaller

      public IMetaMember getCaller()
    • getMetaData

      public Object getMetaData()
    • getCompilationIndex

      public int getCompilationIndex()
    • getBytecodeOffset

      public int getBytecodeOffset()
    • getText

      public String getText()
    • getType

      public ReportType getType()
    • getScore

      public int getScore()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object