Uses of Class
org.lifstools.jgoslin.parser.Parser.ParsingErrors
Packages that use Parser.ParsingErrors
Package
Description
This package contains the parser implementations for the lipid grammars.
-
Uses of Parser.ParsingErrors in org.lifstools.jgoslin.parser
Methods in org.lifstools.jgoslin.parser that return types with arguments of type Parser.ParsingErrorsModifier and TypeMethodDescriptionprotected Optional<Parser<T>.ParsingErrors>Parser.parse_regular(String text_to_parse, BaseParserEventHandler<T> parserEventHandler)