Uses of Enum
org.jparsec.ParseContext.ErrorType
Packages that use ParseContext.ErrorType
-
Uses of ParseContext.ErrorType in org.jparsec
Fields in org.jparsec declared as ParseContext.ErrorTypeModifier and TypeFieldDescriptionprivate ParseContext.ErrorType
ParseContext.currentErrorType
private ParseContext.ErrorType
ParseContext.overrideErrorType
Methods in org.jparsec that return ParseContext.ErrorTypeModifier and TypeMethodDescriptionstatic ParseContext.ErrorType
Returns the enum constant of this type with the specified name.static ParseContext.ErrorType[]
ParseContext.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jparsec with parameters of type ParseContext.ErrorTypeModifier and TypeMethodDescription(package private) final void
ParseContext.raise
(ParseContext.ErrorType type, Object subject) private void
ParseContext.setErrorState
(int errorAt, int errorIndex, ParseContext.ErrorType errorType) private void
ParseContext.setErrorState
(int errorAt, int errorIndex, ParseContext.ErrorType errorType, List<Object> errors)