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