Uses of Class
org.lifstools.jgoslin.parser.BaseParserEventHandler
Package
Description
This package contains the parser implementations for the lipid grammars.
-
Uses of BaseParserEventHandler in org.lifstools.jgoslin.parser
Modifier and TypeClassDescriptionclass
Event handler implementation for theFattyAcidParser
.class
Event handler implementation for theGoslinParser
.class
Event handler implementation for theHmdbParser
.class
class
Event handler implementation for theLipidMapsParser
.class
Event handler implementation for theShorthandParser
.class
Event handler implementation for theSumFormulaParser
.class
Event handler implementation for theSwissLipidsParser
.Modifier and TypeMethodDescriptionFattyAcidParser.parse
(String text, BaseParserEventHandler eventHandler) FattyAcidParser.parse
(String text, BaseParserEventHandler eventHandler, boolean with_exception) Parser.parse
(String textToParse, BaseParserEventHandler<T> parserEventHandler) Parse the given text, constructing the output object of type T using the provided parser event handler.Parser.parse
(String textToParse, BaseParserEventHandler<T> parserEventHandler, boolean throwError) Parse the given text, constructing the output object of type T using the provided parser event handler.Allows the user to specify, if exceptions should be thrown on errors.protected Optional<Parser<T>.ParsingErrors>
Parser.parse_regular
(String text_to_parse, BaseParserEventHandler<T> parserEventHandler) protected void
Parser.raise_events
(TreeNode node, BaseParserEventHandler parserEventHandler)