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 ErrorSeverity
Returns 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.ST
ErrorManager.getReportFormat
(ErrorSeverity severity) Constructors in org.antlr.v4.tool with parameters of type ErrorSeverityModifierConstructorDescriptionprivate
ErrorType
(int code, String msg, ErrorSeverity severity) Constructs a newErrorType
with the specified code, message, and severity.