Package org.adoptopenjdk.jitwatch.report
Class Report
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.report.Report
-
public class Report extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intbciprivate IMetaMembercallerprivate intcompilationIndexprivate java.lang.ObjectmetaDataprivate intscoreprivate java.lang.Stringtextprivate ReportTypetype
-
Constructor Summary
Constructors Constructor Description Report(IMetaMember caller, int compilationIndex, int bci, java.lang.String text, ReportType type, int score)Report(IMetaMember caller, int compilationIndex, int bci, java.lang.String text, ReportType type, int score, java.lang.Object metaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetBytecodeOffset()IMetaMembergetCaller()intgetCompilationIndex()java.lang.ObjectgetMetaData()intgetScore()java.lang.StringgetText()ReportTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
caller
private final IMetaMember caller
-
compilationIndex
private final int compilationIndex
-
bci
private final int bci
-
text
private final java.lang.String text
-
type
private final ReportType type
-
score
private final int score
-
metaData
private java.lang.Object metaData
-
-
Constructor Detail
-
Report
public Report(IMetaMember caller, int compilationIndex, int bci, java.lang.String text, ReportType type, int score)
-
Report
public Report(IMetaMember caller, int compilationIndex, int bci, java.lang.String text, ReportType type, int score, java.lang.Object metaData)
-
-
Method Detail
-
getCaller
public IMetaMember getCaller()
-
getMetaData
public java.lang.Object getMetaData()
-
getCompilationIndex
public int getCompilationIndex()
-
getBytecodeOffset
public int getBytecodeOffset()
-
getText
public java.lang.String getText()
-
getType
public ReportType getType()
-
getScore
public int getScore()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-