Uses of Enum
org.antlr.v4.tool.ErrorSeverity
Packages that use ErrorSeverity
-
Uses of ErrorSeverity in org.antlr.v4.tool
Subclasses with type arguments of type ErrorSeverity in org.antlr.v4.toolModifier and TypeClassDescriptionenumAbstracts away the definition of Message severity and the text that should display to represent that severity if there is no StringTemplate available to do it.Fields in org.antlr.v4.tool declared as ErrorSeverityMethods in org.antlr.v4.tool that return ErrorSeverityModifier and TypeMethodDescriptionstatic ErrorSeverityReturns the enum constant of this type with the specified name.static ErrorSeverity[]ErrorSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.antlr.v4.tool with parameters of type ErrorSeverityModifier and TypeMethodDescriptionorg.stringtemplate.v4.STErrorManager.getReportFormat(ErrorSeverity severity) Constructors in org.antlr.v4.tool with parameters of type ErrorSeverityModifierConstructorDescriptionprivateErrorType(int code, String msg, ErrorSeverity severity) Constructs a newErrorTypewith the specified code, message, and severity.