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.ErrorTypeParseContext.currentErrorTypeprivate ParseContext.ErrorTypeParseContext.overrideErrorTypeMethods in org.jparsec that return ParseContext.ErrorTypeModifier and TypeMethodDescriptionstatic ParseContext.ErrorTypeReturns 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 voidParseContext.raise(ParseContext.ErrorType type, Object subject) private voidParseContext.setErrorState(int errorAt, int errorIndex, ParseContext.ErrorType errorType) private voidParseContext.setErrorState(int errorAt, int errorIndex, ParseContext.ErrorType errorType, List<Object> errors)