Package de.isas.lipidomics.palinom
This package contains the parser implementations for the lipid grammars.
-
Interface Summary Interface Description GoslinFragmentsVisitor<T> This interface defines a complete generic visitor for a parse tree produced byGoslinFragmentsParser
.GoslinVisitor<T> This interface defines a complete generic visitor for a parse tree produced byGoslinParser
.HMDBVisitor<T> This interface defines a complete generic visitor for a parse tree produced byHMDBParser
.LipidMapsVisitor<T> This interface defines a complete generic visitor for a parse tree produced byLipidMapsParser
.ParserRuleContextHandler<T extends org.antlr.v4.runtime.ParserRuleContext,U> Generic base class for context handler implementations for the different grammar parsers.SumFormulaVisitor<T> This interface defines a complete generic visitor for a parse tree produced bySumFormulaParser
.SwissLipidsVisitor<T> This interface defines a complete generic visitor for a parse tree produced bySwissLipidsParser
.VisitorParser<T> Base interface for grammar-specific parser implementations based on the ANTLRv4 generated parsers.