Uses of Class
org.antlr.v4.tool.ErrorSeverity
-
Packages that use ErrorSeverity Package Description org.antlr.v4.tool -
-
Uses of ErrorSeverity in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as ErrorSeverity Modifier and Type Field Description ErrorSeverity
ErrorType. severity
The error severity.Methods in org.antlr.v4.tool that return ErrorSeverity Modifier and Type Method Description static ErrorSeverity
ErrorSeverity. valueOf(String name)
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 ErrorSeverity Modifier and Type Method Description org.stringtemplate.v4.ST
ErrorManager. getReportFormat(ErrorSeverity severity)
-