Uses of Class
com.attribyte.parser.ParseError
Packages that use ParseError
-
Uses of ParseError in com.attribyte.parser
Fields in com.attribyte.parser with type parameters of type ParseErrorModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<ParseError> ParseResult.errorsAn immutable list of errors.Methods in com.attribyte.parser that return ParseErrorConstructors in com.attribyte.parser with parameters of type ParseErrorModifierConstructorDescriptionParseResult(String parserName, ParseError error) Creates a parse result with a single error and no parsed resource.Constructor parameters in com.attribyte.parser with type arguments of type ParseErrorModifierConstructorDescriptionParseResult(String parserName, Resource resource, List<ParseError> errors) Creates a parse result with a parsed resource and a list of (non-fatal) errors.ParseResult(String parserName, List<ParseError> errors) Creates a parse result with a list of errors and no parsed resource.