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