Package de.isas.lipidomics.palinom
Interface LipidMapsVisitor<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:
LipidMapsBaseVisitor
public interface LipidMapsVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced byLipidMapsParser
.
-
-
Method Summary
-
-
-
Method Detail
-
visitLipid
T visitLipid(LipidMapsParser.LipidContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_rule
T visitLipid_rule(LipidMapsParser.Lipid_ruleContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_rule()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_mono
T visitLipid_mono(LipidMapsParser.Lipid_monoContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_mono()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
T visitLipid_pure(LipidMapsParser.Lipid_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsoform
T visitIsoform(LipidMapsParser.IsoformContext ctx)
Visit a parse tree produced byLipidMapsParser.isoform()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsoform_inner
T visitIsoform_inner(LipidMapsParser.Isoform_innerContext ctx)
Visit a parse tree produced byLipidMapsParser.isoform_inner()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope
T visitIsotope(LipidMapsParser.IsotopeContext ctx)
Visit a parse tree produced byLipidMapsParser.isotope()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElement
T visitElement(LipidMapsParser.ElementContext ctx)
Visit a parse tree produced byLipidMapsParser.element()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPure_fa
T visitPure_fa(LipidMapsParser.Pure_faContext ctx)
Visit a parse tree produced byLipidMapsParser.pure_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_no_hg
T visitFa_no_hg(LipidMapsParser.Fa_no_hgContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_no_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPure_fa_species
T visitPure_fa_species(LipidMapsParser.Pure_fa_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.pure_fa_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_fa
T visitHg_fa(LipidMapsParser.Hg_faContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2
T visitFa2(LipidMapsParser.Fa2Context ctx)
Visit a parse tree produced byLipidMapsParser.fa2()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
T visitFa2_unsorted(LipidMapsParser.Fa2_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa2_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
T visitFa2_sorted(LipidMapsParser.Fa2_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa2_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3
T visitFa3(LipidMapsParser.Fa3Context ctx)
Visit a parse tree produced byLipidMapsParser.fa3()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
T visitFa3_unsorted(LipidMapsParser.Fa3_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa3_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
T visitFa3_sorted(LipidMapsParser.Fa3_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa3_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4
T visitFa4(LipidMapsParser.Fa4Context ctx)
Visit a parse tree produced byLipidMapsParser.fa4()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
T visitFa4_unsorted(LipidMapsParser.Fa4_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa4_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
T visitFa4_sorted(LipidMapsParser.Fa4_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa4_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_sorted
T visitLcb_fa_sorted(LipidMapsParser.Lcb_fa_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpecies_fa
T visitSpecies_fa(LipidMapsParser.Species_faContext ctx)
Visit a parse tree produced byLipidMapsParser.species_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl
T visitGl(LipidMapsParser.GlContext ctx)
Visit a parse tree produced byLipidMapsParser.gl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSgl
T visitSgl(LipidMapsParser.SglContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSgl_species
T visitSgl_species(LipidMapsParser.Sgl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSgl_subspecies
T visitSgl_subspecies(LipidMapsParser.Sgl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl
T visitTgl(LipidMapsParser.TglContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl_species
T visitTgl_species(LipidMapsParser.Tgl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl_subspecies
T visitTgl_subspecies(LipidMapsParser.Tgl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sglc
T visitHg_sglc(LipidMapsParser.Hg_sglcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_sglc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sgl
T visitHg_sgl(LipidMapsParser.Hg_sglContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_sgl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_glc
T visitHg_glc(LipidMapsParser.Hg_glcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_glc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_gl
T visitHg_gl(LipidMapsParser.Hg_glContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_gl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl
T visitPl(LipidMapsParser.PlContext ctx)
Visit a parse tree produced byLipidMapsParser.pl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLpl
T visitLpl(LipidMapsParser.LplContext ctx)
Visit a parse tree produced byLipidMapsParser.lpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lpl
T visitFa_lpl(LipidMapsParser.Fa_lplContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_lpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl
T visitDpl(LipidMapsParser.DplContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl_species
T visitDpl_species(LipidMapsParser.Dpl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl_subspecies
T visitDpl_subspecies(LipidMapsParser.Dpl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl
T visitCl(LipidMapsParser.ClContext ctx)
Visit a parse tree produced byLipidMapsParser.cl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl_species
T visitCl_species(LipidMapsParser.Cl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.cl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl_subspecies
T visitCl_subspecies(LipidMapsParser.Cl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.cl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFourpl
T visitFourpl(LipidMapsParser.FourplContext ctx)
Visit a parse tree produced byLipidMapsParser.fourpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitThreepl
T visitThreepl(LipidMapsParser.ThreeplContext ctx)
Visit a parse tree produced byLipidMapsParser.threepl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_ddpl
T visitHg_ddpl(LipidMapsParser.Hg_ddplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_ddpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_clc
T visitHg_clc(LipidMapsParser.Hg_clcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_clc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_cl
T visitHg_cl(LipidMapsParser.Hg_clContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_cl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dplc
T visitHg_dplc(LipidMapsParser.Hg_dplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dpl
T visitHg_dpl(LipidMapsParser.Hg_dplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lplc
T visitHg_lplc(LipidMapsParser.Hg_lplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl
T visitHg_lpl(LipidMapsParser.Hg_lplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_fourplc
T visitHg_fourplc(LipidMapsParser.Hg_fourplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fourplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_fourpl
T visitHg_fourpl(LipidMapsParser.Hg_fourplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fourpl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPip_position
T visitPip_position(LipidMapsParser.Pip_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.pip_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPip_pos
T visitPip_pos(LipidMapsParser.Pip_posContext ctx)
Visit a parse tree produced byLipidMapsParser.pip_pos()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_threeplc
T visitHg_threeplc(LipidMapsParser.Hg_threeplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_threeplc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_threepl
T visitHg_threepl(LipidMapsParser.Hg_threeplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_threepl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl
T visitSl(LipidMapsParser.SlContext ctx)
Visit a parse tree produced byLipidMapsParser.sl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLsl
T visitLsl(LipidMapsParser.LslContext ctx)
Visit a parse tree produced byLipidMapsParser.lsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDsl
T visitDsl(LipidMapsParser.DslContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDsl_species
T visitDsl_species(LipidMapsParser.Dsl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDsl_subspecies
T visitDsl_subspecies(LipidMapsParser.Dsl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSphingoxine
T visitSphingoxine(LipidMapsParser.SphingoxineContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSphingoxine_pure
T visitSphingoxine_pure(LipidMapsParser.Sphingoxine_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSphingoxine_var
T visitSphingoxine_var(LipidMapsParser.Sphingoxine_varContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine_var()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSphingosine_name
T visitSphingosine_name(LipidMapsParser.Sphingosine_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingosine_name()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSphinganine_name
T visitSphinganine_name(LipidMapsParser.Sphinganine_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.sphinganine_name()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCtype
T visitCtype(LipidMapsParser.CtypeContext ctx)
Visit a parse tree produced byLipidMapsParser.ctype()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dslc
T visitHg_dslc(LipidMapsParser.Hg_dslcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dslc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dsl
T visitHg_dsl(LipidMapsParser.Hg_dslContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer
T visitSpecial_cer(LipidMapsParser.Special_cerContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer_prefix
T visitSpecial_cer_prefix(LipidMapsParser.Special_cer_prefixContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer_prefix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer_prefix_1_O
T visitSpecial_cer_prefix_1_O(LipidMapsParser.Special_cer_prefix_1_OContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer_prefix_1_O()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lslc
T visitHg_lslc(LipidMapsParser.Hg_lslcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lslc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lsl
T visitHg_lsl(LipidMapsParser.Hg_lslContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lsl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPk
T visitPk(LipidMapsParser.PkContext ctx)
Visit a parse tree produced byLipidMapsParser.pk()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPk_hg
T visitPk_hg(LipidMapsParser.Pk_hgContext ctx)
Visit a parse tree produced byLipidMapsParser.pk_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPk_fa
T visitPk_fa(LipidMapsParser.Pk_faContext ctx)
Visit a parse tree produced byLipidMapsParser.pk_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSterol
T visitSterol(LipidMapsParser.SterolContext ctx)
Visit a parse tree produced byLipidMapsParser.sterol()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChc
T visitChc(LipidMapsParser.ChcContext ctx)
Visit a parse tree produced byLipidMapsParser.chc()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCh
T visitCh(LipidMapsParser.ChContext ctx)
Visit a parse tree produced byLipidMapsParser.ch()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChec
T visitChec(LipidMapsParser.ChecContext ctx)
Visit a parse tree produced byLipidMapsParser.chec()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChe
T visitChe(LipidMapsParser.CheContext ctx)
Visit a parse tree produced byLipidMapsParser.che()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitChe_fa
T visitChe_fa(LipidMapsParser.Che_faContext ctx)
Visit a parse tree produced byLipidMapsParser.che_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_che
T visitHg_che(LipidMapsParser.Hg_cheContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_che()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator
T visitMediator(LipidMapsParser.MediatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_var
T visitMediator_var(LipidMapsParser.Mediator_varContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_prefix
T visitMediator_prefix(LipidMapsParser.Mediator_prefixContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_prefix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_numbers
T visitMediator_numbers(LipidMapsParser.Mediator_numbersContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_numbers()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_number_pure
T visitMediator_number_pure(LipidMapsParser.Mediator_number_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_number_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_pos
T visitMediator_pos(LipidMapsParser.Mediator_posContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_pos()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_var_names
T visitMediator_var_names(LipidMapsParser.Mediator_var_namesContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var_names()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_var_name
T visitMediator_var_name(LipidMapsParser.Mediator_var_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var_name()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_const
T visitMediator_const(LipidMapsParser.Mediator_constContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_const()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_oxo
T visitMediator_oxo(LipidMapsParser.Mediator_oxoContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_oxo()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa
T visitFa(LipidMapsParser.FaContext ctx)
Visit a parse tree produced byLipidMapsParser.fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_unmod
T visitFa_unmod(LipidMapsParser.Fa_unmodContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_unmod()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_mod
T visitFa_mod(LipidMapsParser.Fa_modContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_mod()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModification
T visitModification(LipidMapsParser.ModificationContext ctx)
Visit a parse tree produced byLipidMapsParser.modification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMod_text
T visitMod_text(LipidMapsParser.Mod_textContext ctx)
Visit a parse tree produced byLipidMapsParser.mod_text()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEther
T visitEther(LipidMapsParser.EtherContext ctx)
Visit a parse tree produced byLipidMapsParser.ether()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_pure
T visitFa_pure(LipidMapsParser.Fa_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_fa
T visitLcb_fa(LipidMapsParser.Lcb_faContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_unmod
T visitLcb_fa_unmod(LipidMapsParser.Lcb_fa_unmodContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_unmod()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_mod
T visitLcb_fa_mod(LipidMapsParser.Lcb_fa_modContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_mod()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb
T visitLcb(LipidMapsParser.LcbContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon
T visitCarbon(LipidMapsParser.CarbonContext ctx)
Visit a parse tree produced byLipidMapsParser.carbon()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb
T visitDb(LipidMapsParser.DbContext ctx)
Visit a parse tree produced byLipidMapsParser.db()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_count
T visitDb_count(LipidMapsParser.Db_countContext ctx)
Visit a parse tree produced byLipidMapsParser.db_count()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_positions
T visitDb_positions(LipidMapsParser.Db_positionsContext ctx)
Visit a parse tree produced byLipidMapsParser.db_positions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position
T visitDb_position(LipidMapsParser.Db_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.db_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
T visitDb_single_position(LipidMapsParser.Db_single_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.db_single_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
T visitDb_position_number(LipidMapsParser.Db_position_numberContext ctx)
Visit a parse tree produced byLipidMapsParser.db_position_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCistrans
T visitCistrans(LipidMapsParser.CistransContext ctx)
Visit a parse tree produced byLipidMapsParser.cistrans()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
T visitHydroxyl(LipidMapsParser.HydroxylContext ctx)
Visit a parse tree produced byLipidMapsParser.hydroxyl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl_lcb
T visitHydroxyl_lcb(LipidMapsParser.Hydroxyl_lcbContext ctx)
Visit a parse tree produced byLipidMapsParser.hydroxyl_lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
T visitNumber(LipidMapsParser.NumberContext ctx)
Visit a parse tree produced byLipidMapsParser.number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_separator
T visitFa_separator(LipidMapsParser.Fa_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
T visitHeadgroup_separator(LipidMapsParser.Headgroup_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.headgroup_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_mod_separator
T visitFa_mod_separator(LipidMapsParser.Fa_mod_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_mod_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
T visitCarbon_db_separator(LipidMapsParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.carbon_db_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_hydroxyl_separator
T visitDb_hydroxyl_separator(LipidMapsParser.Db_hydroxyl_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.db_hydroxyl_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
T visitDb_position_separator(LipidMapsParser.Db_position_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.db_position_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_separator
T visitMediator_separator(LipidMapsParser.Mediator_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_name_separator
T visitMediator_name_separator(LipidMapsParser.Mediator_name_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_name_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_open_bracket
T visitRound_open_bracket(LipidMapsParser.Round_open_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.round_open_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_close_bracket
T visitRound_close_bracket(LipidMapsParser.Round_close_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.round_close_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSquare_open_bracket
T visitSquare_open_bracket(LipidMapsParser.Square_open_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.square_open_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSquare_close_bracket
T visitSquare_close_bracket(LipidMapsParser.Square_close_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.square_close_bracket()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-