Uses of Enum
org.antlr.v4.tool.ErrorSeverity
Packages that use ErrorSeverity
-
Uses of ErrorSeverity in org.antlr.v4.tool
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.