Uses of Interface
com.io7m.changelog.parser.api.CParseErrorType
-
Packages that use CParseErrorType Package Description com.io7m.changelog.parser.api Parser API -
-
Uses of CParseErrorType in com.io7m.changelog.parser.api
Classes in com.io7m.changelog.parser.api that implement CParseErrorType Modifier and Type Class Description classCParseErrorThe type of parse errors.Methods in com.io7m.changelog.parser.api with parameters of type CParseErrorType Modifier and Type Method Description static CParseErrorCParseError. copyOf(CParseErrorType instance)Creates an immutable copy of aCParseErrorTypevalue.CParseError.BuilderCParseError.Builder. from(CParseErrorType instance)Fill a builder with attribute values from the providedCParseErrorTypeinstance.
-