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. UseVoid
for 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:
visitLipid
in 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_pure
in 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_class
in 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_suffix
in 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:
visitFa
in 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_core
in 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_fa
in 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_mono
in 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_di
in 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:
visitLcb
in 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_core
in 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:
visitCarbon
in 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:
visitDb
in 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_count
in 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_suffix
in 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_number
in 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_positions
in 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_position
in 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_position
in 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_number
in 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:
visitCistrans
in 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:
visitEther
in 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_pos
in 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_type
in 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:
visitHydroxyl
in 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_suffix
in 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_core
in 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_type
in 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_number
in 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_prefix
in 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_type
in 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_species
in 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:
visitFa2
in 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_sorted
in 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_unsorted
in 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:
visitFa3
in 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_sorted
in 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_unsorted
in 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:
visitFa4
in 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_sorted
in 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_unsorted
in 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_acid
in 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_hg
in 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_fa
in 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_fa
in 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:
visitMediator
in 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_single
in 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_positions
in 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_position
in 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_suffix
in 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:
visitGl
in 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_regular
in 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_fa
in 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_hg
in 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_molecular
in 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_fa
in 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_hg
in 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_mono
in 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_fa
in 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_hg
in 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:
visitPl
in 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_regular
in 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_fa
in 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_hg
in 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_three
in 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_fa
in 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_hg
in 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_four
in 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_fa
in 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_hg
in 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:
visitSl
in 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_hg
in 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_names
in 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:
visitGanglioside
in 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_names
in 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_prefix
in 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_suffix
in 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_lcb
in 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_species
in 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_subspecies
in 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:
visitSt
in 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_species
in 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_hg
in 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_fa
in 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_sub1
in 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_hg
in 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_fa
in 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_sub2
in 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_hg
in 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_fa
in 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_separator
in 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_separator
in 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_separator
in 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_separator
in 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_separator
in 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_separator
in 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_separator
in 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_separator
in 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:
visitNumber
in 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:
visitDigit
in interfaceHMDBVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-