Uses of Class
org.adoptopenjdk.jitwatch.report.ReportType
-
Packages that use ReportType Package Description org.adoptopenjdk.jitwatch.report -
-
Uses of ReportType in org.adoptopenjdk.jitwatch.report
Fields in org.adoptopenjdk.jitwatch.report declared as ReportType Modifier and Type Field Description private ReportTypeReport. typeMethods in org.adoptopenjdk.jitwatch.report that return ReportType Modifier and Type Method Description ReportTypeReport. getType()static ReportTypeReportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.report with parameters of type ReportType 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)
-