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