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