Class HMDBBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- de.isas.lipidomics.palinom.HMDBBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
HMDBVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
HmdbVisitorImpl
public class HMDBBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements HMDBVisitor<T>
This class provides an empty implementation ofHMDBVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description HMDBBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
HMDBBaseVisitor
public HMDBBaseVisitor()
-
-
Method Detail
-
visitLipid
public T visitLipid(HMDBParser.LipidContext ctx)
Visit a parse tree produced byHMDBParser.lipid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipidin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
public T visitLipid_pure(HMDBParser.Lipid_pureContext ctx)
Visit a parse tree produced byHMDBParser.lipid_pure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_purein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_class
public T visitLipid_class(HMDBParser.Lipid_classContext ctx)
Visit a parse tree produced byHMDBParser.lipid_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_classin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_suffix
public T visitLipid_suffix(HMDBParser.Lipid_suffixContext ctx)
Visit a parse tree produced byHMDBParser.lipid_suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_suffixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa
public T visitFa(HMDBParser.FaContext ctx)
Visit a parse tree produced byHMDBParser.fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_core
public T visitFa_core(HMDBParser.Fa_coreContext ctx)
Visit a parse tree produced byHMDBParser.fa_core().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_corein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuran_fa
public T visitFuran_fa(HMDBParser.Furan_faContext ctx)
Visit a parse tree produced byHMDBParser.furan_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuran_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuran_fa_mono
public T visitFuran_fa_mono(HMDBParser.Furan_fa_monoContext ctx)
Visit a parse tree produced byHMDBParser.furan_fa_mono().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuran_fa_monoin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuran_fa_di
public T visitFuran_fa_di(HMDBParser.Furan_fa_diContext ctx)
Visit a parse tree produced byHMDBParser.furan_fa_di().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuran_fa_diin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb
public T visitLcb(HMDBParser.LcbContext ctx)
Visit a parse tree produced byHMDBParser.lcb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcbin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb_core
public T visitLcb_core(HMDBParser.Lcb_coreContext ctx)
Visit a parse tree produced byHMDBParser.lcb_core().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcb_corein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCarbon
public T visitCarbon(HMDBParser.CarbonContext ctx)
Visit a parse tree produced byHMDBParser.carbon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCarbonin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb
public T visitDb(HMDBParser.DbContext ctx)
Visit a parse tree produced byHMDBParser.db().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDbin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_count
public T visitDb_count(HMDBParser.Db_countContext ctx)
Visit a parse tree produced byHMDBParser.db_count().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_countin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_suffix
public T visitDb_suffix(HMDBParser.Db_suffixContext ctx)
Visit a parse tree produced byHMDBParser.db_suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_suffixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_suffix_number
public T visitDb_suffix_number(HMDBParser.Db_suffix_numberContext ctx)
Visit a parse tree produced byHMDBParser.db_suffix_number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_suffix_numberin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_positions
public T visitDb_positions(HMDBParser.Db_positionsContext ctx)
Visit a parse tree produced byHMDBParser.db_positions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_positionsin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position
public T visitDb_position(HMDBParser.Db_positionContext ctx)
Visit a parse tree produced byHMDBParser.db_position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_positionin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
public T visitDb_single_position(HMDBParser.Db_single_positionContext ctx)
Visit a parse tree produced byHMDBParser.db_single_position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_single_positionin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
public T visitDb_position_number(HMDBParser.Db_position_numberContext ctx)
Visit a parse tree produced byHMDBParser.db_position_number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_position_numberin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCistrans
public T visitCistrans(HMDBParser.CistransContext ctx)
Visit a parse tree produced byHMDBParser.cistrans().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCistransin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEther
public T visitEther(HMDBParser.EtherContext ctx)
Visit a parse tree produced byHMDBParser.ether().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEtherin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEther_link_pos
public T visitEther_link_pos(HMDBParser.Ether_link_posContext ctx)
Visit a parse tree produced byHMDBParser.ether_link_pos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEther_link_posin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEther_type
public T visitEther_type(HMDBParser.Ether_typeContext ctx)
Visit a parse tree produced byHMDBParser.ether_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEther_typein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
public T visitHydroxyl(HMDBParser.HydroxylContext ctx)
Visit a parse tree produced byHMDBParser.hydroxyl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHydroxylin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix
public T visitFa_lcb_suffix(HMDBParser.Fa_lcb_suffixContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_suffixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_core
public T visitFa_lcb_suffix_core(HMDBParser.Fa_lcb_suffix_coreContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_suffix_core().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_suffix_corein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_type
public T visitFa_lcb_suffix_type(HMDBParser.Fa_lcb_suffix_typeContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_suffix_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_suffix_typein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_number
public T visitFa_lcb_suffix_number(HMDBParser.Fa_lcb_suffix_numberContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_suffix_number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_suffix_numberin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix
public T visitFa_lcb_prefix(HMDBParser.Fa_lcb_prefixContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_prefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_prefixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_type
public T visitFa_lcb_prefix_type(HMDBParser.Fa_lcb_prefix_typeContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_prefix_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_prefix_typein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_species
public T visitFa_species(HMDBParser.Fa_speciesContext ctx)
Visit a parse tree produced byHMDBParser.fa_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_speciesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2
public T visitFa2(HMDBParser.Fa2Context ctx)
Visit a parse tree produced byHMDBParser.fa2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2in interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
public T visitFa2_sorted(HMDBParser.Fa2_sortedContext ctx)
Visit a parse tree produced byHMDBParser.fa2_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2_sortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
public T visitFa2_unsorted(HMDBParser.Fa2_unsortedContext ctx)
Visit a parse tree produced byHMDBParser.fa2_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2_unsortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3
public T visitFa3(HMDBParser.Fa3Context ctx)
Visit a parse tree produced byHMDBParser.fa3().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3in interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
public T visitFa3_sorted(HMDBParser.Fa3_sortedContext ctx)
Visit a parse tree produced byHMDBParser.fa3_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3_sortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
public T visitFa3_unsorted(HMDBParser.Fa3_unsortedContext ctx)
Visit a parse tree produced byHMDBParser.fa3_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3_unsortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4
public T visitFa4(HMDBParser.Fa4Context ctx)
Visit a parse tree produced byHMDBParser.fa4().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4in interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
public T visitFa4_sorted(HMDBParser.Fa4_sortedContext ctx)
Visit a parse tree produced byHMDBParser.fa4_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4_sortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
public T visitFa4_unsorted(HMDBParser.Fa4_unsortedContext ctx)
Visit a parse tree produced byHMDBParser.fa4_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4_unsortedin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFatty_acid
public T visitFatty_acid(HMDBParser.Fatty_acidContext ctx)
Visit a parse tree produced byHMDBParser.fatty_acid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFatty_acidin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_hg
public T visitFa_hg(HMDBParser.Fa_hgContext ctx)
Visit a parse tree produced byHMDBParser.fa_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_fa
public T visitFa_fa(HMDBParser.Fa_faContext ctx)
Visit a parse tree produced byHMDBParser.fa_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterlink_fa
public T visitInterlink_fa(HMDBParser.Interlink_faContext ctx)
Visit a parse tree produced byHMDBParser.interlink_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterlink_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator
public T visitMediator(HMDBParser.MediatorContext ctx)
Visit a parse tree produced byHMDBParser.mediator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_single
public T visitMediator_single(HMDBParser.Mediator_singleContext ctx)
Visit a parse tree produced byHMDBParser.mediator_single().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_singlein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMed_positions
public T visitMed_positions(HMDBParser.Med_positionsContext ctx)
Visit a parse tree produced byHMDBParser.med_positions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMed_positionsin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMed_position
public T visitMed_position(HMDBParser.Med_positionContext ctx)
Visit a parse tree produced byHMDBParser.med_position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMed_positionin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMed_suffix
public T visitMed_suffix(HMDBParser.Med_suffixContext ctx)
Visit a parse tree produced byHMDBParser.med_suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMed_suffixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl
public T visitGl(HMDBParser.GlContext ctx)
Visit a parse tree produced byHMDBParser.gl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGlin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_regular
public T visitGl_regular(HMDBParser.Gl_regularContext ctx)
Visit a parse tree produced byHMDBParser.gl_regular().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_regularin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_fa
public T visitGl_fa(HMDBParser.Gl_faContext ctx)
Visit a parse tree produced byHMDBParser.gl_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_hg
public T visitGl_hg(HMDBParser.Gl_hgContext ctx)
Visit a parse tree produced byHMDBParser.gl_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_molecular
public T visitGl_molecular(HMDBParser.Gl_molecularContext ctx)
Visit a parse tree produced byHMDBParser.gl_molecular().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_molecularin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_fa
public T visitGl_molecular_fa(HMDBParser.Gl_molecular_faContext ctx)
Visit a parse tree produced byHMDBParser.gl_molecular_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_molecular_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_hg
public T visitGl_molecular_hg(HMDBParser.Gl_molecular_hgContext ctx)
Visit a parse tree produced byHMDBParser.gl_molecular_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_molecular_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_mono
public T visitGl_mono(HMDBParser.Gl_monoContext ctx)
Visit a parse tree produced byHMDBParser.gl_mono().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_monoin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_mono_fa
public T visitGl_mono_fa(HMDBParser.Gl_mono_faContext ctx)
Visit a parse tree produced byHMDBParser.gl_mono_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_mono_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl_mono_hg
public T visitGl_mono_hg(HMDBParser.Gl_mono_hgContext ctx)
Visit a parse tree produced byHMDBParser.gl_mono_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGl_mono_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl
public T visitPl(HMDBParser.PlContext ctx)
Visit a parse tree produced byHMDBParser.pl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_regular
public T visitPl_regular(HMDBParser.Pl_regularContext ctx)
Visit a parse tree produced byHMDBParser.pl_regular().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_regularin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_fa
public T visitPl_fa(HMDBParser.Pl_faContext ctx)
Visit a parse tree produced byHMDBParser.pl_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_hg
public T visitPl_hg(HMDBParser.Pl_hgContext ctx)
Visit a parse tree produced byHMDBParser.pl_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_three
public T visitPl_three(HMDBParser.Pl_threeContext ctx)
Visit a parse tree produced byHMDBParser.pl_three().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_threein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_three_fa
public T visitPl_three_fa(HMDBParser.Pl_three_faContext ctx)
Visit a parse tree produced byHMDBParser.pl_three_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_three_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_three_hg
public T visitPl_three_hg(HMDBParser.Pl_three_hgContext ctx)
Visit a parse tree produced byHMDBParser.pl_three_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_three_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_four
public T visitPl_four(HMDBParser.Pl_fourContext ctx)
Visit a parse tree produced byHMDBParser.pl_four().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_fourin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_four_fa
public T visitPl_four_fa(HMDBParser.Pl_four_faContext ctx)
Visit a parse tree produced byHMDBParser.pl_four_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_four_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_four_hg
public T visitPl_four_hg(HMDBParser.Pl_four_hgContext ctx)
Visit a parse tree produced byHMDBParser.pl_four_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_four_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl
public T visitSl(HMDBParser.SlContext ctx)
Visit a parse tree produced byHMDBParser.sl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSlin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_hg
public T visitSl_hg(HMDBParser.Sl_hgContext ctx)
Visit a parse tree produced byHMDBParser.sl_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_hg_names
public T visitSl_hg_names(HMDBParser.Sl_hg_namesContext ctx)
Visit a parse tree produced byHMDBParser.sl_hg_names().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_hg_namesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGanglioside
public T visitGanglioside(HMDBParser.GangliosideContext ctx)
Visit a parse tree produced byHMDBParser.ganglioside().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGangliosidein interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGanglioside_names
public T visitGanglioside_names(HMDBParser.Ganglioside_namesContext ctx)
Visit a parse tree produced byHMDBParser.ganglioside_names().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGanglioside_namesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_hg_prefix
public T visitSl_hg_prefix(HMDBParser.Sl_hg_prefixContext ctx)
Visit a parse tree produced byHMDBParser.sl_hg_prefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_hg_prefixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_hg_suffix
public T visitSl_hg_suffix(HMDBParser.Sl_hg_suffixContext ctx)
Visit a parse tree produced byHMDBParser.sl_hg_suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_hg_suffixin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_lcb
public T visitSl_lcb(HMDBParser.Sl_lcbContext ctx)
Visit a parse tree produced byHMDBParser.sl_lcb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_lcbin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_species
public T visitSl_lcb_species(HMDBParser.Sl_lcb_speciesContext ctx)
Visit a parse tree produced byHMDBParser.sl_lcb_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_lcb_speciesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_subspecies
public T visitSl_lcb_subspecies(HMDBParser.Sl_lcb_subspeciesContext ctx)
Visit a parse tree produced byHMDBParser.sl_lcb_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSl_lcb_subspeciesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt
public T visitSt(HMDBParser.StContext ctx)
Visit a parse tree produced byHMDBParser.st().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_species
public T visitSt_species(HMDBParser.St_speciesContext ctx)
Visit a parse tree produced byHMDBParser.st_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_speciesin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_species_hg
public T visitSt_species_hg(HMDBParser.St_species_hgContext ctx)
Visit a parse tree produced byHMDBParser.st_species_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_species_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_species_fa
public T visitSt_species_fa(HMDBParser.St_species_faContext ctx)
Visit a parse tree produced byHMDBParser.st_species_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_species_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub1
public T visitSt_sub1(HMDBParser.St_sub1Context ctx)
Visit a parse tree produced byHMDBParser.st_sub1().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub1in interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_hg
public T visitSt_sub1_hg(HMDBParser.St_sub1_hgContext ctx)
Visit a parse tree produced byHMDBParser.st_sub1_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub1_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_fa
public T visitSt_sub1_fa(HMDBParser.St_sub1_faContext ctx)
Visit a parse tree produced byHMDBParser.st_sub1_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub1_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub2
public T visitSt_sub2(HMDBParser.St_sub2Context ctx)
Visit a parse tree produced byHMDBParser.st_sub2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub2in interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub2_hg
public T visitSt_sub2_hg(HMDBParser.St_sub2_hgContext ctx)
Visit a parse tree produced byHMDBParser.st_sub2_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub2_hgin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_sub2_fa
public T visitSt_sub2_fa(HMDBParser.St_sub2_faContext ctx)
Visit a parse tree produced byHMDBParser.st_sub2_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_sub2_fain interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsorted_fa_separator
public T visitUnsorted_fa_separator(HMDBParser.Unsorted_fa_separatorContext ctx)
Visit a parse tree produced byHMDBParser.unsorted_fa_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsorted_fa_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSorted_fa_separator
public T visitSorted_fa_separator(HMDBParser.Sorted_fa_separatorContext ctx)
Visit a parse tree produced byHMDBParser.sorted_fa_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSorted_fa_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
public T visitHeadgroup_separator(HMDBParser.Headgroup_separatorContext ctx)
Visit a parse tree produced byHMDBParser.headgroup_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadgroup_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
public T visitCarbon_db_separator(HMDBParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced byHMDBParser.carbon_db_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCarbon_db_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
public T visitDb_position_separator(HMDBParser.Db_position_separatorContext ctx)
Visit a parse tree produced byHMDBParser.db_position_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_position_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMed_position_separator
public T visitMed_position_separator(HMDBParser.Med_position_separatorContext ctx)
Visit a parse tree produced byHMDBParser.med_position_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMed_position_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_separator
public T visitFa_lcb_suffix_separator(HMDBParser.Fa_lcb_suffix_separatorContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_suffix_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_suffix_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_separator
public T visitFa_lcb_prefix_separator(HMDBParser.Fa_lcb_prefix_separatorContext ctx)
Visit a parse tree produced byHMDBParser.fa_lcb_prefix_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lcb_prefix_separatorin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(HMDBParser.NumberContext ctx)
Visit a parse tree produced byHMDBParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDigit
public T visitDigit(HMDBParser.DigitContext ctx)
Visit a parse tree produced byHMDBParser.digit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDigitin interfaceHMDBVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-