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