Class SwissLipidsBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- de.isas.lipidomics.palinom.SwissLipidsBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
SwissLipidsVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
SwissLipidsVisitorImpl
public class SwissLipidsBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements SwissLipidsVisitor<T>
This class provides an empty implementation ofSwissLipidsVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description SwissLipidsBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
SwissLipidsBaseVisitor
public SwissLipidsBaseVisitor()
-
-
Method Detail
-
visitLipid
public T visitLipid(SwissLipidsParser.LipidContext ctx)
Visit a parse tree produced bySwissLipidsParser.lipid()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLipid
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
public T visitLipid_pure(SwissLipidsParser.Lipid_pureContext ctx)
Visit a parse tree produced bySwissLipidsParser.lipid_pure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLipid_pure
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa
public T visitFa(SwissLipidsParser.FaContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_core
public T visitFa_core(SwissLipidsParser.Fa_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_core()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa_core
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb
public T visitLcb(SwissLipidsParser.LcbContext ctx)
Visit a parse tree produced bySwissLipidsParser.lcb()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLcb
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_core
public T visitLcb_core(SwissLipidsParser.Lcb_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.lcb_core()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLcb_core
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon
public T visitCarbon(SwissLipidsParser.CarbonContext ctx)
Visit a parse tree produced bySwissLipidsParser.carbon()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCarbon
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb
public T visitDb(SwissLipidsParser.DbContext ctx)
Visit a parse tree produced bySwissLipidsParser.db()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_count
public T visitDb_count(SwissLipidsParser.Db_countContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_count()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_count
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_positions
public T visitDb_positions(SwissLipidsParser.Db_positionsContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_positions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_positions
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position
public T visitDb_position(SwissLipidsParser.Db_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.db_position()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_position
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
public T visitDb_single_position(SwissLipidsParser.Db_single_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
public T visitDb_position_number(SwissLipidsParser.Db_position_numberContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCistrans
public T visitCistrans(SwissLipidsParser.CistransContext ctx)
Visit a parse tree produced bySwissLipidsParser.cistrans()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCistrans
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEther
public T visitEther(SwissLipidsParser.EtherContext ctx)
Visit a parse tree produced bySwissLipidsParser.ether()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEther
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
public T visitHydroxyl(SwissLipidsParser.HydroxylContext ctx)
Visit a parse tree produced bySwissLipidsParser.hydroxyl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHydroxyl
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix
public T visitFa_lcb_suffix(SwissLipidsParser.Fa_lcb_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_core
public T visitFa_lcb_suffix_core(SwissLipidsParser.Fa_lcb_suffix_coreContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_type
public T visitFa_lcb_suffix_type(SwissLipidsParser.Fa_lcb_suffix_typeContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_number
public T visitFa_lcb_suffix_number(SwissLipidsParser.Fa_lcb_suffix_numberContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix
public T visitFa_lcb_prefix(SwissLipidsParser.Fa_lcb_prefixContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_type
public T visitFa_lcb_prefix_type(SwissLipidsParser.Fa_lcb_prefix_typeContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_species
public T visitFa_species(SwissLipidsParser.Fa_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa_species
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2
public T visitFa2(SwissLipidsParser.Fa2Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa2()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
public T visitFa2_sorted(SwissLipidsParser.Fa2_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa2_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2_sorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
public T visitFa2_unsorted(SwissLipidsParser.Fa2_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa2_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2_unsorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3
public T visitFa3(SwissLipidsParser.Fa3Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa3()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
public T visitFa3_sorted(SwissLipidsParser.Fa3_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa3_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3_sorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
public T visitFa3_unsorted(SwissLipidsParser.Fa3_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa3_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3_unsorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4
public T visitFa4(SwissLipidsParser.Fa4Context ctx)
Visit a parse tree produced bySwissLipidsParser.fa4()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
public T visitFa4_sorted(SwissLipidsParser.Fa4_sortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa4_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4_sorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
public T visitFa4_unsorted(SwissLipidsParser.Fa4_unsortedContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa4_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4_unsorted
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFatty_acid
public T visitFatty_acid(SwissLipidsParser.Fatty_acidContext ctx)
Visit a parse tree produced bySwissLipidsParser.fatty_acid()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFatty_acid
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_hg
public T visitFa_hg(SwissLipidsParser.Fa_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_hg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa_hg
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_fa
public T visitFa_fa(SwissLipidsParser.Fa_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.fa_fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa_fa
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator
public T visitMediator(SwissLipidsParser.MediatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.mediator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMediator
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator_single
public T visitMediator_single(SwissLipidsParser.Mediator_singleContext ctx)
Visit a parse tree produced bySwissLipidsParser.mediator_single()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMediator_single
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_positions
public T visitMed_positions(SwissLipidsParser.Med_positionsContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_positions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMed_positions
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_position
public T visitMed_position(SwissLipidsParser.Med_positionContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_position()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMed_position
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_suffix
public T visitMed_suffix(SwissLipidsParser.Med_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.med_suffix()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMed_suffix
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl
public T visitGl(SwissLipidsParser.GlContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_regular
public T visitGl_regular(SwissLipidsParser.Gl_regularContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_regular()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_regular
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_fa
public T visitGl_fa(SwissLipidsParser.Gl_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_fa
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_hg
public T visitGl_hg(SwissLipidsParser.Gl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_hg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_hg
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular
public T visitGl_molecular(SwissLipidsParser.Gl_molecularContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_molecular()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_molecular
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_fa
public T visitGl_molecular_fa(SwissLipidsParser.Gl_molecular_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_molecular_hg
public T visitGl_molecular_hg(SwissLipidsParser.Gl_molecular_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono
public T visitGl_mono(SwissLipidsParser.Gl_monoContext ctx)
Visit a parse tree produced bySwissLipidsParser.gl_mono()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_mono
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono_fa
public T visitGl_mono_fa(SwissLipidsParser.Gl_mono_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_mono_hg
public T visitGl_mono_hg(SwissLipidsParser.Gl_mono_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl
public T visitPl(SwissLipidsParser.PlContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_regular
public T visitPl_regular(SwissLipidsParser.Pl_regularContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_regular()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_regular
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_fa
public T visitPl_fa(SwissLipidsParser.Pl_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_fa
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_hg
public T visitPl_hg(SwissLipidsParser.Pl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_hg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_hg
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three
public T visitPl_three(SwissLipidsParser.Pl_threeContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_three()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_three
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three_fa
public T visitPl_three_fa(SwissLipidsParser.Pl_three_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_three_hg
public T visitPl_three_hg(SwissLipidsParser.Pl_three_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four
public T visitPl_four(SwissLipidsParser.Pl_fourContext ctx)
Visit a parse tree produced bySwissLipidsParser.pl_four()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_four
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four_fa
public T visitPl_four_fa(SwissLipidsParser.Pl_four_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_four_hg
public T visitPl_four_hg(SwissLipidsParser.Pl_four_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl
public T visitSl(SwissLipidsParser.SlContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg
public T visitSl_hg(SwissLipidsParser.Sl_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_hg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl_hg
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_names
public T visitSl_hg_names(SwissLipidsParser.Sl_hg_namesContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_prefix
public T visitSl_hg_prefix(SwissLipidsParser.Sl_hg_prefixContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_hg_suffix
public T visitSl_hg_suffix(SwissLipidsParser.Sl_hg_suffixContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb
public T visitSl_lcb(SwissLipidsParser.Sl_lcbContext ctx)
Visit a parse tree produced bySwissLipidsParser.sl_lcb()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl_lcb
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_species
public T visitSl_lcb_species(SwissLipidsParser.Sl_lcb_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_lcb_subspecies
public T visitSl_lcb_subspecies(SwissLipidsParser.Sl_lcb_subspeciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt
public T visitSt(SwissLipidsParser.StContext ctx)
Visit a parse tree produced bySwissLipidsParser.st()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSt
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species
public T visitSt_species(SwissLipidsParser.St_speciesContext ctx)
Visit a parse tree produced bySwissLipidsParser.st_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSt_species
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species_hg
public T visitSt_species_hg(SwissLipidsParser.St_species_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_species_fa
public T visitSt_species_fa(SwissLipidsParser.St_species_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1
public T visitSt_sub1(SwissLipidsParser.St_sub1Context ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub1()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSt_sub1
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_hg
public T visitSt_sub1_hg(SwissLipidsParser.St_sub1_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub1_fa
public T visitSt_sub1_fa(SwissLipidsParser.St_sub1_faContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub2
public T visitSt_sub2(SwissLipidsParser.St_sub2Context ctx)
Visit a parse tree produced bySwissLipidsParser.st_sub2()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSt_sub2
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt_sub2_hg
public T visitSt_sub2_hg(SwissLipidsParser.St_sub2_hgContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnsorted_fa_separator
public T visitUnsorted_fa_separator(SwissLipidsParser.Unsorted_fa_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSorted_fa_separator
public T visitSorted_fa_separator(SwissLipidsParser.Sorted_fa_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
public T visitHeadgroup_separator(SwissLipidsParser.Headgroup_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.headgroup_separator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeadgroup_separator
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
public T visitCarbon_db_separator(SwissLipidsParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
public T visitDb_position_separator(SwissLipidsParser.Db_position_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMed_position_separator
public T visitMed_position_separator(SwissLipidsParser.Med_position_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_suffix_separator
public T visitFa_lcb_suffix_separator(SwissLipidsParser.Fa_lcb_suffix_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_lcb_prefix_separator
public T visitFa_lcb_prefix_separator(SwissLipidsParser.Fa_lcb_prefix_separatorContext ctx)
Visit a parse tree produced bySwissLipidsParser.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 interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(SwissLipidsParser.NumberContext ctx)
Visit a parse tree produced bySwissLipidsParser.number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNumber
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDigit
public T visitDigit(SwissLipidsParser.DigitContext ctx)
Visit a parse tree produced bySwissLipidsParser.digit()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDigit
in interfaceSwissLipidsVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-