Uses of Enum Class
io.mola.galimatias.ParseIssue
Packages that use ParseIssue
-
Uses of ParseIssue in io.mola.galimatias
Subclasses with type arguments of type ParseIssue in io.mola.galimatiasFields in io.mola.galimatias declared as ParseIssueModifier and TypeFieldDescriptionprivate ParseIssueGalimatiasParseException.Builder.parseIssueprivate ParseIssueGalimatiasParseException.parseIssueMethods in io.mola.galimatias that return ParseIssueModifier and TypeMethodDescriptionGalimatiasParseException.getParseIssue()Gets the @{link ParseIssue}.static ParseIssueReturns the enum constant of this class with the specified name.static ParseIssue[]ParseIssue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.mola.galimatias with parameters of type ParseIssueModifier and TypeMethodDescriptionGalimatiasParseException.Builder.withParseIssue(ParseIssue parseIssue) Constructors in io.mola.galimatias with parameters of type ParseIssueModifierConstructorDescription(package private)GalimatiasParseException(String message, ParseIssue parseIssue, int position, Throwable exception)