Uses of Enum Class
org.openjdk.asmtools.common.EMessageKind
Packages that use EMessageKind
-
Uses of EMessageKind in org.openjdk.asmtools.common
Subclasses with type arguments of type EMessageKind in org.openjdk.asmtools.commonFields in org.openjdk.asmtools.common declared as EMessageKindModifier and TypeFieldDescriptionprivate final EMessageKindToolLogger.Message.kindThe field for thekindrecord component.Fields in org.openjdk.asmtools.common with type parameters of type EMessageKindModifier and TypeFieldDescriptionprivate final TriFunction<EMessageKind, String, String, String> ToolLogger.EMessageFormatter.triFuncMethods in org.openjdk.asmtools.common that return EMessageKindModifier and TypeMethodDescriptionToolLogger.Message.kind()Returns the value of thekindrecord component.static EMessageKindReturns 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) longCompilerLogger.getCount(EMessageKind kind) longDecompilerLogger.getCount(EMessageKind kind) default longILogger.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 aMessagerecord class.(package private)Message(EMessageKind kind, String format, Object... args) Constructor parameters in org.openjdk.asmtools.common with type arguments of type EMessageKindModifierConstructorDescriptionprivateEMessageFormatter(TriFunction<EMessageKind, String, String, String> func) -
Uses of EMessageKind in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm with parameters of type EMessageKind