Uses of Enum Class
org.adoptopenjdk.jitwatch.report.ReportType
Packages that use ReportType
-
Uses of ReportType in org.adoptopenjdk.jitwatch.report
Subclasses with type arguments of type ReportType in org.adoptopenjdk.jitwatch.reportFields in org.adoptopenjdk.jitwatch.report declared as ReportTypeMethods in org.adoptopenjdk.jitwatch.report that return ReportTypeModifier and TypeMethodDescriptionReport.getType()static ReportTypeReturns the enum constant of this class with the specified name.static ReportType[]ReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.report with parameters of type ReportTypeModifierConstructorDescriptionReport(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)