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