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