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