Uses of Enum Class
org.openjdk.asmtools.common.EMessageKind
Packages that use EMessageKind
-
Uses of EMessageKind in org.openjdk.asmtools.common
Fields in org.openjdk.asmtools.common declared as EMessageKindModifier and TypeFieldDescriptionprivate final EMessageKind
ToolLogger.Message.kind
The field for thekind
record component.Fields in org.openjdk.asmtools.common with type parameters of type EMessageKindModifier and TypeFieldDescriptionprivate final ToolLogger.TriFunction<EMessageKind,
String, String, String> ToolLogger.EMessageFormatter.triFunc
Methods in org.openjdk.asmtools.common that return EMessageKindModifier and TypeMethodDescriptionToolLogger.Message.kind()
Returns the value of thekind
record component.static EMessageKind
Returns the enum constant of this class with the specified name.static EMessageKind[]
EMessageKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.common with parameters of type EMessageKindModifier and TypeMethodDescriptionToolLogger.EMessageFormatter.apply
(EMessageKind kind, String name, String format, Object... args) long
CompilerLogger.getCount
(EMessageKind kind) ToolLogger.getResourceString
(EMessageKind kind, String id, Object... args) Constructors in org.openjdk.asmtools.common with parameters of type EMessageKindModifierConstructorDescriptionMessage
(EMessageKind kind, String text) Creates an instance of aMessage
record class.(package private)
Message
(EMessageKind kind, String format, Object... args) Constructor parameters in org.openjdk.asmtools.common with type arguments of type EMessageKindModifierConstructorDescriptionprivate