Uses of Class
com.io7m.changelog.parser.api.CParseErrorType.Severity
-
Packages that use CParseErrorType.Severity Package Description com.io7m.changelog.parser.api Parser API -
-
Uses of CParseErrorType.Severity in com.io7m.changelog.parser.api
Methods in com.io7m.changelog.parser.api that return CParseErrorType.Severity Modifier and Type Method Description CParseErrorType.SeverityCParseError. severity()CParseErrorType.SeverityCParseErrorType. severity()static CParseErrorType.SeverityCParseErrorType.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static CParseErrorType.Severity[]CParseErrorType.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.io7m.changelog.parser.api with parameters of type CParseErrorType.Severity Modifier and Type Method Description static CParseErrorCParseError. of(com.io7m.jlexing.core.LexicalPosition<URI> lexical, CParseErrorType.Severity severity, String message, Optional<? extends Exception> exception)Construct a new immutableCParseErrorinstance.CParseError.BuilderCParseError.Builder. setSeverity(CParseErrorType.Severity severity)Initializes the value for theseverityattribute.CParseErrorCParseError. withSeverity(CParseErrorType.Severity value)Copy the current immutable object by setting a value for theseverityattribute.
-