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