Uses of Class
org.lifstools.jgoslin.parser.BaseParserEventHandler
Packages that use BaseParserEventHandler
Package
Description
This package contains the parser implementations for the lipid grammars.
-
Uses of BaseParserEventHandler in org.lifstools.jgoslin.parser
Subclasses of BaseParserEventHandler in org.lifstools.jgoslin.parserModifier and TypeClassDescriptionclassEvent handler implementation for theFattyAcidParser.classEvent handler implementation for theGoslinParser.classEvent handler implementation for theHmdbParser.classclassEvent handler implementation for theLipidMapsParser.classEvent handler implementation for theShorthandParser.classEvent handler implementation for theSumFormulaParser.classEvent handler implementation for theSwissLipidsParser.Methods in org.lifstools.jgoslin.parser that return BaseParserEventHandlerMethods in org.lifstools.jgoslin.parser with parameters of type BaseParserEventHandlerModifier 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 voidParser.raise_events(TreeNode node, BaseParserEventHandler parserEventHandler)