Package org.adoptopenjdk.jitwatch.report
Class Report
java.lang.Object
org.adoptopenjdk.jitwatch.report.Report
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final IMetaMemberprivate final intprivate Objectprivate final intprivate final Stringprivate final ReportType -
Constructor Summary
ConstructorsConstructorDescriptionReport(IMetaMember caller, int compilationIndex, int bci, String text, ReportType type, int score) Report(IMetaMember caller, int compilationIndex, int bci, String text, ReportType type, int score, Object metaData) -
Method Summary
-
Field Details
-
caller
-
compilationIndex
private final int compilationIndex -
bci
private final int bci -
text
-
type
-
score
private final int score -
metaData
-
-
Constructor Details
-
Report
public Report(IMetaMember caller, int compilationIndex, int bci, String text, ReportType type, int score) -
Report
public Report(IMetaMember caller, int compilationIndex, int bci, String text, ReportType type, int score, Object metaData)
-
-
Method Details
-
getCaller
-
getMetaData
-
getCompilationIndex
public int getCompilationIndex() -
getBytecodeOffset
public int getBytecodeOffset() -
getText
-
getType
-
getScore
public int getScore() -
hashCode
public int hashCode() -
equals
-
toString
-