Uses of Class
de.isas.lipidomics.palinom.GoslinFragmentsParser.GlContext
-
Packages that use GoslinFragmentsParser.GlContext Package Description de.isas.lipidomics.palinom This package contains the parser implementations for the lipid grammars. -
-
Uses of GoslinFragmentsParser.GlContext in de.isas.lipidomics.palinom
Methods in de.isas.lipidomics.palinom that return GoslinFragmentsParser.GlContext Modifier and Type Method Description GoslinFragmentsParser.GlContext
GoslinFragmentsParser. gl()
GoslinFragmentsParser.GlContext
GoslinFragmentsParser.Lipid_pureContext. gl()
Methods in de.isas.lipidomics.palinom with parameters of type GoslinFragmentsParser.GlContext Modifier and Type Method Description T
GoslinFragmentsBaseVisitor. visitGl(GoslinFragmentsParser.GlContext ctx)
Visit a parse tree produced byGoslinFragmentsParser.gl()
.T
GoslinFragmentsVisitor. visitGl(GoslinFragmentsParser.GlContext ctx)
Visit a parse tree produced byGoslinFragmentsParser.gl()
.
-