Package de.isas.lipidomics.palinom
Interface SwissLipidsVisitor<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:
SwissLipidsBaseVisitor
,SwissLipidsVisitorImpl
public interface SwissLipidsVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced bySwissLipidsParser
.
-
-
Method Summary
-
-
-
Method Detail
-
visitLipid
T visitLipid(SwissLipidsParser.LipidContext ctx)
Visit a parse tree produced bySwissLipidsParser.lipid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
T visitLipid_pure(SwissLipidsParser.Lipid_pureContext ctx)
Visit a parse tree produced bySwissLipidsParser.lipid_pure()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa
T visitFa(SwissLipidsParser.FaContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_core
T visitFa_core(SwissLipidsParser.Fa_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_core()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb
T visitLcb(SwissLipidsParser.LcbContext ctx)
Visit a parse tree produced bySwissLipidsParser.lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_core
T visitLcb_core(SwissLipidsParser.Lcb_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.lcb_core()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon
T visitCarbon(SwissLipidsParser.CarbonContext ctx)
Visit a parse tree produced bySwissLipidsParser.carbon()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb
T visitDb(SwissLipidsParser.DbContext ctx)
Visit a parse tree produced bySwissLipidsParser.db()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_count
T visitDb_count(SwissLipidsParser.Db_countContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_count()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_positions
T visitDb_positions(SwissLipidsParser.Db_positionsContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_positions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position
T visitDb_position(SwissLipidsParser.Db_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
T visitDb_single_position(SwissLipidsParser.Db_single_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_single_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
T visitDb_position_number(SwissLipidsParser.Db_position_numberContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_position_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCistrans
T visitCistrans(SwissLipidsParser.CistransContext ctx)
Visit a parse tree produced bySwissLipidsParser.cistrans()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEther
T visitEther(SwissLipidsParser.EtherContext ctx)
Visit a parse tree produced bySwissLipidsParser.ether()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
T visitHydroxyl(SwissLipidsParser.HydroxylContext ctx)
Visit a parse tree produced bySwissLipidsParser.hydroxyl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix
T visitFa_lcb_suffix(SwissLipidsParser.Fa_lcb_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_suffix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_core
T visitFa_lcb_suffix_core(SwissLipidsParser.Fa_lcb_suffix_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_suffix_core()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_type
T visitFa_lcb_suffix_type(SwissLipidsParser.Fa_lcb_suffix_typeContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_suffix_type()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_number
T visitFa_lcb_suffix_number(SwissLipidsParser.Fa_lcb_suffix_numberContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_suffix_number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix
T visitFa_lcb_prefix(SwissLipidsParser.Fa_lcb_prefixContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_prefix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_type
T visitFa_lcb_prefix_type(SwissLipidsParser.Fa_lcb_prefix_typeContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_prefix_type()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_species
T visitFa_species(SwissLipidsParser.Fa_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2
T visitFa2(SwissLipidsParser.Fa2Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa2()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
T visitFa2_sorted(SwissLipidsParser.Fa2_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa2_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
T visitFa2_unsorted(SwissLipidsParser.Fa2_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa2_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3
T visitFa3(SwissLipidsParser.Fa3Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa3()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
T visitFa3_sorted(SwissLipidsParser.Fa3_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa3_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
T visitFa3_unsorted(SwissLipidsParser.Fa3_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa3_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4
T visitFa4(SwissLipidsParser.Fa4Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa4()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
T visitFa4_sorted(SwissLipidsParser.Fa4_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa4_sorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
T visitFa4_unsorted(SwissLipidsParser.Fa4_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa4_unsorted()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFatty_acid
T visitFatty_acid(SwissLipidsParser.Fatty_acidContext ctx)
Visit a parse tree produced bySwissLipidsParser.fatty_acid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_hg
T visitFa_hg(SwissLipidsParser.Fa_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_fa
T visitFa_fa(SwissLipidsParser.Fa_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator
T visitMediator(SwissLipidsParser.MediatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.mediator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_single
T visitMediator_single(SwissLipidsParser.Mediator_singleContext ctx)
Visit a parse tree produced bySwissLipidsParser.mediator_single()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_positions
T visitMed_positions(SwissLipidsParser.Med_positionsContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_positions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_position
T visitMed_position(SwissLipidsParser.Med_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_position()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_suffix
T visitMed_suffix(SwissLipidsParser.Med_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_suffix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl
T visitGl(SwissLipidsParser.GlContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_regular
T visitGl_regular(SwissLipidsParser.Gl_regularContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_regular()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_fa
T visitGl_fa(SwissLipidsParser.Gl_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_hg
T visitGl_hg(SwissLipidsParser.Gl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular
T visitGl_molecular(SwissLipidsParser.Gl_molecularContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_molecular()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_fa
T visitGl_molecular_fa(SwissLipidsParser.Gl_molecular_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_molecular_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_hg
T visitGl_molecular_hg(SwissLipidsParser.Gl_molecular_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_molecular_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono
T visitGl_mono(SwissLipidsParser.Gl_monoContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_mono()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono_fa
T visitGl_mono_fa(SwissLipidsParser.Gl_mono_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_mono_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono_hg
T visitGl_mono_hg(SwissLipidsParser.Gl_mono_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_mono_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl
T visitPl(SwissLipidsParser.PlContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_regular
T visitPl_regular(SwissLipidsParser.Pl_regularContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_regular()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_fa
T visitPl_fa(SwissLipidsParser.Pl_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_hg
T visitPl_hg(SwissLipidsParser.Pl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three
T visitPl_three(SwissLipidsParser.Pl_threeContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_three()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three_fa
T visitPl_three_fa(SwissLipidsParser.Pl_three_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_three_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three_hg
T visitPl_three_hg(SwissLipidsParser.Pl_three_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_three_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four
T visitPl_four(SwissLipidsParser.Pl_fourContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_four()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four_fa
T visitPl_four_fa(SwissLipidsParser.Pl_four_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_four_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four_hg
T visitPl_four_hg(SwissLipidsParser.Pl_four_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_four_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl
T visitSl(SwissLipidsParser.SlContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg
T visitSl_hg(SwissLipidsParser.Sl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_names
T visitSl_hg_names(SwissLipidsParser.Sl_hg_namesContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_hg_names()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_prefix
T visitSl_hg_prefix(SwissLipidsParser.Sl_hg_prefixContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_hg_prefix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_suffix
T visitSl_hg_suffix(SwissLipidsParser.Sl_hg_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_hg_suffix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb
T visitSl_lcb(SwissLipidsParser.Sl_lcbContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_lcb()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_species
T visitSl_lcb_species(SwissLipidsParser.Sl_lcb_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_lcb_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_subspecies
T visitSl_lcb_subspecies(SwissLipidsParser.Sl_lcb_subspeciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_lcb_subspecies()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt
T visitSt(SwissLipidsParser.StContext ctx)
Visit a parse tree produced bySwissLipidsParser.st()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species
T visitSt_species(SwissLipidsParser.St_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_species()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species_hg
T visitSt_species_hg(SwissLipidsParser.St_species_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_species_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species_fa
T visitSt_species_fa(SwissLipidsParser.St_species_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_species_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1
T visitSt_sub1(SwissLipidsParser.St_sub1Context ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub1()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_hg
T visitSt_sub1_hg(SwissLipidsParser.St_sub1_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub1_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_fa
T visitSt_sub1_fa(SwissLipidsParser.St_sub1_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub1_fa()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub2
T visitSt_sub2(SwissLipidsParser.St_sub2Context ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub2()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub2_hg
T visitSt_sub2_hg(SwissLipidsParser.St_sub2_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub2_hg()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnsorted_fa_separator
T visitUnsorted_fa_separator(SwissLipidsParser.Unsorted_fa_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.unsorted_fa_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSorted_fa_separator
T visitSorted_fa_separator(SwissLipidsParser.Sorted_fa_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.sorted_fa_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
T visitHeadgroup_separator(SwissLipidsParser.Headgroup_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.headgroup_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
T visitCarbon_db_separator(SwissLipidsParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.carbon_db_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
T visitDb_position_separator(SwissLipidsParser.Db_position_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_position_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_position_separator
T visitMed_position_separator(SwissLipidsParser.Med_position_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_position_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_separator
T visitFa_lcb_suffix_separator(SwissLipidsParser.Fa_lcb_suffix_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_suffix_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_separator
T visitFa_lcb_prefix_separator(SwissLipidsParser.Fa_lcb_prefix_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_lcb_prefix_separator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
T visitNumber(SwissLipidsParser.NumberContext ctx)
Visit a parse tree produced bySwissLipidsParser.number()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDigit
T visitDigit(SwissLipidsParser.DigitContext ctx)
Visit a parse tree produced bySwissLipidsParser.digit()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-