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