Package de.isas.lipidomics.palinom
Interface GoslinVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
GoslinBaseVisitor
,GoslinVisitorImpl
public interface GoslinVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced byGoslinParser
.
-
-
Method Summary
-
-
-
Method Detail
-
visitLipid
T visitLipid(GoslinParser.LipidContext ctx)
Visit a parse tree produced byGoslinParser.lipid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_eof
T visitLipid_eof(GoslinParser.Lipid_eofContext ctx)
Visit a parse tree produced byGoslinParser.lipid_eof()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
T visitLipid_pure(GoslinParser.Lipid_pureContext ctx)
Visit a parse tree produced byGoslinParser.lipid_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct_info
T visitAdduct_info(GoslinParser.Adduct_infoContext ctx)
Visit a parse tree produced byGoslinParser.adduct_info()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct
T visitAdduct(GoslinParser.AdductContext ctx)
Visit a parse tree produced byGoslinParser.adduct()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArbitrary_adduct
T visitArbitrary_adduct(GoslinParser.Arbitrary_adductContext ctx)
Visit a parse tree produced byGoslinParser.arbitrary_adduct()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct4
T visitAdduct4(GoslinParser.Adduct4Context ctx)
Visit a parse tree produced byGoslinParser.adduct4()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct2
T visitAdduct2(GoslinParser.Adduct2Context ctx)
Visit a parse tree produced byGoslinParser.adduct2()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2
T visitFa2(GoslinParser.Fa2Context ctx)
Visit a parse tree produced byGoslinParser.fa2()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
T visitFa2_unsorted(GoslinParser.Fa2_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa2_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
T visitFa2_sorted(GoslinParser.Fa2_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa2_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3
T visitFa3(GoslinParser.Fa3Context ctx)
Visit a parse tree produced byGoslinParser.fa3()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
T visitFa3_unsorted(GoslinParser.Fa3_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa3_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
T visitFa3_sorted(GoslinParser.Fa3_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa3_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4
T visitFa4(GoslinParser.Fa4Context ctx)
Visit a parse tree produced byGoslinParser.fa4()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
T visitFa4_unsorted(GoslinParser.Fa4_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa4_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
T visitFa4_sorted(GoslinParser.Fa4_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa4_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl
T visitGl(GoslinParser.GlContext ctx)
Visit a parse tree produced byGoslinParser.gl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSqml
T visitSqml(GoslinParser.SqmlContext ctx)
Visit a parse tree produced byGoslinParser.sqml()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMgl
T visitMgl(GoslinParser.MglContext ctx)
Visit a parse tree produced byGoslinParser.mgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDgl
T visitDgl(GoslinParser.DglContext ctx)
Visit a parse tree produced byGoslinParser.dgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSgl
T visitSgl(GoslinParser.SglContext ctx)
Visit a parse tree produced byGoslinParser.sgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl
T visitTgl(GoslinParser.TglContext ctx)
Visit a parse tree produced byGoslinParser.tgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_species
T visitGl_species(GoslinParser.Gl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.gl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDgl_subspecies
T visitDgl_subspecies(GoslinParser.Dgl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.dgl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl_subspecies
T visitTgl_subspecies(GoslinParser.Tgl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.tgl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sqml_full
T visitHg_sqml_full(GoslinParser.Hg_sqml_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_sqml_full()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mgl_full
T visitHg_mgl_full(GoslinParser.Hg_mgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_mgl_full()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dgl_full
T visitHg_dgl_full(GoslinParser.Hg_dgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_dgl_full()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sgl_full
T visitHg_sgl_full(GoslinParser.Hg_sgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_sgl_full()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tgl_full
T visitHg_tgl_full(GoslinParser.Hg_tgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_tgl_full()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sqml
T visitHg_sqml(GoslinParser.Hg_sqmlContext ctx)
Visit a parse tree produced byGoslinParser.hg_sqml()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mgl
T visitHg_mgl(GoslinParser.Hg_mglContext ctx)
Visit a parse tree produced byGoslinParser.hg_mgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dgl
T visitHg_dgl(GoslinParser.Hg_dglContext ctx)
Visit a parse tree produced byGoslinParser.hg_dgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sgl
T visitHg_sgl(GoslinParser.Hg_sglContext ctx)
Visit a parse tree produced byGoslinParser.hg_sgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tgl
T visitHg_tgl(GoslinParser.Hg_tglContext ctx)
Visit a parse tree produced byGoslinParser.hg_tgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl
T visitPl(GoslinParser.PlContext ctx)
Visit a parse tree produced byGoslinParser.pl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_o
T visitPl_o(GoslinParser.Pl_oContext ctx)
Visit a parse tree produced byGoslinParser.pl_o()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLpl
T visitLpl(GoslinParser.LplContext ctx)
Visit a parse tree produced byGoslinParser.lpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLpl_o
T visitLpl_o(GoslinParser.Lpl_oContext ctx)
Visit a parse tree produced byGoslinParser.lpl_o()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl
T visitDpl(GoslinParser.DplContext ctx)
Visit a parse tree produced byGoslinParser.dpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTpl
T visitTpl(GoslinParser.TplContext ctx)
Visit a parse tree produced byGoslinParser.tpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl_o
T visitDpl_o(GoslinParser.Dpl_oContext ctx)
Visit a parse tree produced byGoslinParser.dpl_o()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDlcl
T visitDlcl(GoslinParser.DlclContext ctx)
Visit a parse tree produced byGoslinParser.dlcl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMlcl
T visitMlcl(GoslinParser.MlclContext ctx)
Visit a parse tree produced byGoslinParser.mlcl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl
T visitCl(GoslinParser.ClContext ctx)
Visit a parse tree produced byGoslinParser.cl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_species
T visitPl_species(GoslinParser.Pl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.pl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_subspecies
T visitPl_subspecies(GoslinParser.Pl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.pl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTpl_subspecies
T visitTpl_subspecies(GoslinParser.Tpl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.tpl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDlcl_subspecies
T visitDlcl_subspecies(GoslinParser.Dlcl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.dlcl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMlcl_subspecies
T visitMlcl_subspecies(GoslinParser.Mlcl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.mlcl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl_subspecies
T visitCl_subspecies(GoslinParser.Cl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.cl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_hg
T visitHeavy_hg(GoslinParser.Heavy_hgContext ctx)
Visit a parse tree produced byGoslinParser.heavy_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_clc
T visitHg_clc(GoslinParser.Hg_clcContext ctx)
Visit a parse tree produced byGoslinParser.hg_clc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_cl
T visitHg_cl(GoslinParser.Hg_clContext ctx)
Visit a parse tree produced byGoslinParser.hg_cl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mlclc
T visitHg_mlclc(GoslinParser.Hg_mlclcContext ctx)
Visit a parse tree produced byGoslinParser.hg_mlclc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mlcl
T visitHg_mlcl(GoslinParser.Hg_mlclContext ctx)
Visit a parse tree produced byGoslinParser.hg_mlcl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dlclc
T visitHg_dlclc(GoslinParser.Hg_dlclcContext ctx)
Visit a parse tree produced byGoslinParser.hg_dlclc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dlcl
T visitHg_dlcl(GoslinParser.Hg_dlclContext ctx)
Visit a parse tree produced byGoslinParser.hg_dlcl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_plc
T visitHg_plc(GoslinParser.Hg_plcContext ctx)
Visit a parse tree produced byGoslinParser.hg_plc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl
T visitHg_pl(GoslinParser.Hg_plContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pim
T visitHg_pim(GoslinParser.Hg_pimContext ctx)
Visit a parse tree produced byGoslinParser.hg_pim()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pim_number
T visitHg_pim_number(GoslinParser.Hg_pim_numberContext ctx)
Visit a parse tree produced byGoslinParser.hg_pim_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip
T visitHg_pip(GoslinParser.Hg_pipContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_pure
T visitHg_pip_pure(GoslinParser.Hg_pip_pureContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_m
T visitHg_pip_m(GoslinParser.Hg_pip_mContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_m()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_d
T visitHg_pip_d(GoslinParser.Hg_pip_dContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_d()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_t
T visitHg_pip_t(GoslinParser.Hg_pip_tContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_t()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tplc
T visitHg_tplc(GoslinParser.Hg_tplcContext ctx)
Visit a parse tree produced byGoslinParser.hg_tplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tpl
T visitHg_tpl(GoslinParser.Hg_tplContext ctx)
Visit a parse tree produced byGoslinParser.hg_tpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lplc
T visitHg_lplc(GoslinParser.Hg_lplcContext ctx)
Visit a parse tree produced byGoslinParser.hg_lplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl
T visitHg_lpl(GoslinParser.Hg_lplContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpim
T visitHg_lpim(GoslinParser.Hg_lpimContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpim()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpim_number
T visitHg_lpim_number(GoslinParser.Hg_lpim_numberContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpim_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl_oc
T visitHg_lpl_oc(GoslinParser.Hg_lpl_ocContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl_oc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl_o
T visitHg_lpl_o(GoslinParser.Hg_lpl_oContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl_o()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl_oc
T visitHg_pl_oc(GoslinParser.Hg_pl_ocContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl_oc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl_o
T visitHg_pl_o(GoslinParser.Hg_pl_oContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl_o()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl
T visitSl(GoslinParser.SlContext ctx)
Visit a parse tree produced byGoslinParser.sl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLsl
T visitLsl(GoslinParser.LslContext ctx)
Visit a parse tree produced byGoslinParser.lsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDsl
T visitDsl(GoslinParser.DslContext ctx)
Visit a parse tree produced byGoslinParser.dsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_species
T visitSl_species(GoslinParser.Sl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.sl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_subspecies
T visitSl_subspecies(GoslinParser.Sl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lslc
T visitHg_lslc(GoslinParser.Hg_lslcContext ctx)
Visit a parse tree produced byGoslinParser.hg_lslc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lsl
T visitHg_lsl(GoslinParser.Hg_lslContext ctx)
Visit a parse tree produced byGoslinParser.hg_lsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dslc
T visitHg_dslc(GoslinParser.Hg_dslcContext ctx)
Visit a parse tree produced byGoslinParser.hg_dslc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dsl
T visitHg_dsl(GoslinParser.Hg_dslContext ctx)
Visit a parse tree produced byGoslinParser.hg_dsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSterol
T visitSterol(GoslinParser.SterolContext ctx)
Visit a parse tree produced byGoslinParser.sterol()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStc
T visitStc(GoslinParser.StcContext ctx)
Visit a parse tree produced byGoslinParser.stc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt
T visitSt(GoslinParser.StContext ctx)
Visit a parse tree produced byGoslinParser.st()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSte
T visitSte(GoslinParser.SteContext ctx)
Visit a parse tree produced byGoslinParser.ste()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStes
T visitStes(GoslinParser.StesContext ctx)
Visit a parse tree produced byGoslinParser.stes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stc
T visitHg_stc(GoslinParser.Hg_stcContext ctx)
Visit a parse tree produced byGoslinParser.hg_stc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_ste
T visitHg_ste(GoslinParser.Hg_steContext ctx)
Visit a parse tree produced byGoslinParser.hg_ste()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stcs
T visitHg_stcs(GoslinParser.Hg_stcsContext ctx)
Visit a parse tree produced byGoslinParser.hg_stcs()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stes
T visitHg_stes(GoslinParser.Hg_stesContext ctx)
Visit a parse tree produced byGoslinParser.hg_stes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediatorc
T visitMediatorc(GoslinParser.MediatorcContext ctx)
Visit a parse tree produced byGoslinParser.mediatorc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator
T visitMediator(GoslinParser.MediatorContext ctx)
Visit a parse tree produced byGoslinParser.mediator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSaccharolipid
T visitSaccharolipid(GoslinParser.SaccharolipidContext ctx)
Visit a parse tree produced byGoslinParser.saccharolipid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_di
T visitSac_di(GoslinParser.Sac_diContext ctx)
Visit a parse tree produced byGoslinParser.sac_di()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_di_c
T visitHg_sac_di_c(GoslinParser.Hg_sac_di_cContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_di_c()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_di
T visitHg_sac_di(GoslinParser.Hg_sac_diContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_di()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_f
T visitSac_f(GoslinParser.Sac_fContext ctx)
Visit a parse tree produced byGoslinParser.sac_f()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_f_c
T visitHg_sac_f_c(GoslinParser.Hg_sac_f_cContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_f_c()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_f
T visitHg_sac_f(GoslinParser.Hg_sac_fContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_f()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_species
T visitSac_species(GoslinParser.Sac_speciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_di_subspecies
T visitSac_di_subspecies(GoslinParser.Sac_di_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_di_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_f_subspecies
T visitSac_f_subspecies(GoslinParser.Sac_f_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_f_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa
T visitFa(GoslinParser.FaContext ctx)
Visit a parse tree produced byGoslinParser.fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_fa
T visitHeavy_fa(GoslinParser.Heavy_faContext ctx)
Visit a parse tree produced byGoslinParser.heavy_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_pure
T visitFa_pure(GoslinParser.Fa_pureContext ctx)
Visit a parse tree produced byGoslinParser.fa_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEther
T visitEther(GoslinParser.EtherContext ctx)
Visit a parse tree produced byGoslinParser.ether()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb
T visitLcb(GoslinParser.LcbContext ctx)
Visit a parse tree produced byGoslinParser.lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_lcb
T visitHeavy_lcb(GoslinParser.Heavy_lcbContext ctx)
Visit a parse tree produced byGoslinParser.heavy_lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_pure
T visitLcb_pure(GoslinParser.Lcb_pureContext ctx)
Visit a parse tree produced byGoslinParser.lcb_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon
T visitCarbon(GoslinParser.CarbonContext ctx)
Visit a parse tree produced byGoslinParser.carbon()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb
T visitDb(GoslinParser.DbContext ctx)
Visit a parse tree produced byGoslinParser.db()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_count
T visitDb_count(GoslinParser.Db_countContext ctx)
Visit a parse tree produced byGoslinParser.db_count()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_positions
T visitDb_positions(GoslinParser.Db_positionsContext ctx)
Visit a parse tree produced byGoslinParser.db_positions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position
T visitDb_position(GoslinParser.Db_positionContext ctx)
Visit a parse tree produced byGoslinParser.db_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
T visitDb_single_position(GoslinParser.Db_single_positionContext ctx)
Visit a parse tree produced byGoslinParser.db_single_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
T visitDb_position_number(GoslinParser.Db_position_numberContext ctx)
Visit a parse tree produced byGoslinParser.db_position_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCistrans
T visitCistrans(GoslinParser.CistransContext ctx)
Visit a parse tree produced byGoslinParser.cistrans()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
T visitHydroxyl(GoslinParser.HydroxylContext ctx)
Visit a parse tree produced byGoslinParser.hydroxyl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOld_hydroxyl
T visitOld_hydroxyl(GoslinParser.Old_hydroxylContext ctx)
Visit a parse tree produced byGoslinParser.old_hydroxyl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
T visitNumber(GoslinParser.NumberContext ctx)
Visit a parse tree produced byGoslinParser.number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDigit
T visitDigit(GoslinParser.DigitContext ctx)
Visit a parse tree produced byGoslinParser.digit()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy
T visitHeavy(GoslinParser.HeavyContext ctx)
Visit a parse tree produced byGoslinParser.heavy()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotopes
T visitIsotopes(GoslinParser.IsotopesContext ctx)
Visit a parse tree produced byGoslinParser.isotopes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope
T visitIsotope(GoslinParser.IsotopeContext ctx)
Visit a parse tree produced byGoslinParser.isotope()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_number
T visitIsotope_number(GoslinParser.Isotope_numberContext ctx)
Visit a parse tree produced byGoslinParser.isotope_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_element
T visitIsotope_element(GoslinParser.Isotope_elementContext ctx)
Visit a parse tree produced byGoslinParser.isotope_element()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_count
T visitIsotope_count(GoslinParser.Isotope_countContext ctx)
Visit a parse tree produced byGoslinParser.isotope_count()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElement
T visitElement(GoslinParser.ElementContext ctx)
Visit a parse tree produced byGoslinParser.element()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSorted_fa_separator
T visitSorted_fa_separator(GoslinParser.Sorted_fa_separatorContext ctx)
Visit a parse tree produced byGoslinParser.sorted_fa_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct_separator
T visitAdduct_separator(GoslinParser.Adduct_separatorContext ctx)
Visit a parse tree produced byGoslinParser.adduct_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnsorted_fa_separator
T visitUnsorted_fa_separator(GoslinParser.Unsorted_fa_separatorContext ctx)
Visit a parse tree produced byGoslinParser.unsorted_fa_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPlasmalogen_separator
T visitPlasmalogen_separator(GoslinParser.Plasmalogen_separatorContext ctx)
Visit a parse tree produced byGoslinParser.plasmalogen_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
T visitHeadgroup_separator(GoslinParser.Headgroup_separatorContext ctx)
Visit a parse tree produced byGoslinParser.headgroup_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
T visitCarbon_db_separator(GoslinParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced byGoslinParser.carbon_db_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_hydroxyl_separator
T visitDb_hydroxyl_separator(GoslinParser.Db_hydroxyl_separatorContext ctx)
Visit a parse tree produced byGoslinParser.db_hydroxyl_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
T visitDb_position_separator(GoslinParser.Db_position_separatorContext ctx)
Visit a parse tree produced byGoslinParser.db_position_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_open_bracket
T visitRound_open_bracket(GoslinParser.Round_open_bracketContext ctx)
Visit a parse tree produced byGoslinParser.round_open_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_close_bracket
T visitRound_close_bracket(GoslinParser.Round_close_bracketContext ctx)
Visit a parse tree produced byGoslinParser.round_close_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharacter
T visitCharacter(GoslinParser.CharacterContext ctx)
Visit a parse tree produced byGoslinParser.character()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharge
T visitCharge(GoslinParser.ChargeContext ctx)
Visit a parse tree produced byGoslinParser.charge()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharge_sign
T visitCharge_sign(GoslinParser.Charge_signContext ctx)
Visit a parse tree produced byGoslinParser.charge_sign()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-