Class LipidMapsBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- de.isas.lipidomics.palinom.LipidMapsBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
LipidMapsVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class LipidMapsBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements LipidMapsVisitor<T>
This class provides an empty implementation ofLipidMapsVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description LipidMapsBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
LipidMapsBaseVisitor
public LipidMapsBaseVisitor()
-
-
Method Detail
-
visitLipid
public T visitLipid(LipidMapsParser.LipidContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipidin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_rule
public T visitLipid_rule(LipidMapsParser.Lipid_ruleContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_rule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_rulein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_mono
public T visitLipid_mono(LipidMapsParser.Lipid_monoContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_mono().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_monoin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
public T visitLipid_pure(LipidMapsParser.Lipid_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.lipid_pure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLipid_purein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsoform
public T visitIsoform(LipidMapsParser.IsoformContext ctx)
Visit a parse tree produced byLipidMapsParser.isoform().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsoformin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsoform_inner
public T visitIsoform_inner(LipidMapsParser.Isoform_innerContext ctx)
Visit a parse tree produced byLipidMapsParser.isoform_inner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsoform_innerin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsotope
public T visitIsotope(LipidMapsParser.IsotopeContext ctx)
Visit a parse tree produced byLipidMapsParser.isotope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsotopein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElement
public T visitElement(LipidMapsParser.ElementContext ctx)
Visit a parse tree produced byLipidMapsParser.element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPure_fa
public T visitPure_fa(LipidMapsParser.Pure_faContext ctx)
Visit a parse tree produced byLipidMapsParser.pure_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPure_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_no_hg
public T visitFa_no_hg(LipidMapsParser.Fa_no_hgContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_no_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_no_hgin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPure_fa_species
public T visitPure_fa_species(LipidMapsParser.Pure_fa_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.pure_fa_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPure_fa_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_fa
public T visitHg_fa(LipidMapsParser.Hg_faContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2
public T visitFa2(LipidMapsParser.Fa2Context ctx)
Visit a parse tree produced byLipidMapsParser.fa2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2in interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
public T visitFa2_unsorted(LipidMapsParser.Fa2_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa2_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2_unsortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
public T visitFa2_sorted(LipidMapsParser.Fa2_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa2_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa2_sortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3
public T visitFa3(LipidMapsParser.Fa3Context ctx)
Visit a parse tree produced byLipidMapsParser.fa3().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3in interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
public T visitFa3_unsorted(LipidMapsParser.Fa3_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa3_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3_unsortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
public T visitFa3_sorted(LipidMapsParser.Fa3_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa3_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa3_sortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4
public T visitFa4(LipidMapsParser.Fa4Context ctx)
Visit a parse tree produced byLipidMapsParser.fa4().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4in interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
public T visitFa4_unsorted(LipidMapsParser.Fa4_unsortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa4_unsorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4_unsortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
public T visitFa4_sorted(LipidMapsParser.Fa4_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.fa4_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa4_sortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_sorted
public T visitLcb_fa_sorted(LipidMapsParser.Lcb_fa_sortedContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_sorted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcb_fa_sortedin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecies_fa
public T visitSpecies_fa(LipidMapsParser.Species_faContext ctx)
Visit a parse tree produced byLipidMapsParser.species_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecies_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGl
public T visitGl(LipidMapsParser.GlContext ctx)
Visit a parse tree produced byLipidMapsParser.gl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGlin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSgl
public T visitSgl(LipidMapsParser.SglContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSglin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSgl_species
public T visitSgl_species(LipidMapsParser.Sgl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSgl_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSgl_subspecies
public T visitSgl_subspecies(LipidMapsParser.Sgl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.sgl_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSgl_subspeciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTgl
public T visitTgl(LipidMapsParser.TglContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTglin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTgl_species
public T visitTgl_species(LipidMapsParser.Tgl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTgl_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTgl_subspecies
public T visitTgl_subspecies(LipidMapsParser.Tgl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.tgl_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTgl_subspeciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_sglc
public T visitHg_sglc(LipidMapsParser.Hg_sglcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_sglc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_sglcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_sgl
public T visitHg_sgl(LipidMapsParser.Hg_sglContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_sgl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_sglin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_glc
public T visitHg_glc(LipidMapsParser.Hg_glcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_glc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_glcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_gl
public T visitHg_gl(LipidMapsParser.Hg_glContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_gl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_glin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl
public T visitPl(LipidMapsParser.PlContext ctx)
Visit a parse tree produced byLipidMapsParser.pl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLpl
public T visitLpl(LipidMapsParser.LplContext ctx)
Visit a parse tree produced byLipidMapsParser.lpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_lpl
public T visitFa_lpl(LipidMapsParser.Fa_lplContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_lpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_lplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDpl
public T visitDpl(LipidMapsParser.DplContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDpl_species
public T visitDpl_species(LipidMapsParser.Dpl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDpl_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDpl_subspecies
public T visitDpl_subspecies(LipidMapsParser.Dpl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dpl_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDpl_subspeciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCl
public T visitCl(LipidMapsParser.ClContext ctx)
Visit a parse tree produced byLipidMapsParser.cl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCl_species
public T visitCl_species(LipidMapsParser.Cl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.cl_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCl_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCl_subspecies
public T visitCl_subspecies(LipidMapsParser.Cl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.cl_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCl_subspeciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFourpl
public T visitFourpl(LipidMapsParser.FourplContext ctx)
Visit a parse tree produced byLipidMapsParser.fourpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFourplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThreepl
public T visitThreepl(LipidMapsParser.ThreeplContext ctx)
Visit a parse tree produced byLipidMapsParser.threepl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThreeplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_ddpl
public T visitHg_ddpl(LipidMapsParser.Hg_ddplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_ddpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_ddplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_clc
public T visitHg_clc(LipidMapsParser.Hg_clcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_clc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_clcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_cl
public T visitHg_cl(LipidMapsParser.Hg_clContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_cl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_clin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_dplc
public T visitHg_dplc(LipidMapsParser.Hg_dplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dplc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_dplcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_dpl
public T visitHg_dpl(LipidMapsParser.Hg_dplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_dplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_lplc
public T visitHg_lplc(LipidMapsParser.Hg_lplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lplc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_lplcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_lpl
public T visitHg_lpl(LipidMapsParser.Hg_lplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_lplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_fourplc
public T visitHg_fourplc(LipidMapsParser.Hg_fourplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fourplc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_fourplcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_fourpl
public T visitHg_fourpl(LipidMapsParser.Hg_fourplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_fourpl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_fourplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPip_position
public T visitPip_position(LipidMapsParser.Pip_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.pip_position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPip_positionin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPip_pos
public T visitPip_pos(LipidMapsParser.Pip_posContext ctx)
Visit a parse tree produced byLipidMapsParser.pip_pos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPip_posin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_threeplc
public T visitHg_threeplc(LipidMapsParser.Hg_threeplcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_threeplc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_threeplcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_threepl
public T visitHg_threepl(LipidMapsParser.Hg_threeplContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_threepl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_threeplin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSl
public T visitSl(LipidMapsParser.SlContext ctx)
Visit a parse tree produced byLipidMapsParser.sl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSlin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLsl
public T visitLsl(LipidMapsParser.LslContext ctx)
Visit a parse tree produced byLipidMapsParser.lsl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLslin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDsl
public T visitDsl(LipidMapsParser.DslContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDslin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDsl_species
public T visitDsl_species(LipidMapsParser.Dsl_speciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl_species().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDsl_speciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDsl_subspecies
public T visitDsl_subspecies(LipidMapsParser.Dsl_subspeciesContext ctx)
Visit a parse tree produced byLipidMapsParser.dsl_subspecies().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDsl_subspeciesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSphingoxine
public T visitSphingoxine(LipidMapsParser.SphingoxineContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSphingoxinein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSphingoxine_pure
public T visitSphingoxine_pure(LipidMapsParser.Sphingoxine_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine_pure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSphingoxine_purein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSphingoxine_var
public T visitSphingoxine_var(LipidMapsParser.Sphingoxine_varContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingoxine_var().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSphingoxine_varin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSphingosine_name
public T visitSphingosine_name(LipidMapsParser.Sphingosine_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.sphingosine_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSphingosine_namein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSphinganine_name
public T visitSphinganine_name(LipidMapsParser.Sphinganine_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.sphinganine_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSphinganine_namein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCtype
public T visitCtype(LipidMapsParser.CtypeContext ctx)
Visit a parse tree produced byLipidMapsParser.ctype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCtypein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_dslc
public T visitHg_dslc(LipidMapsParser.Hg_dslcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dslc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_dslcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_dsl
public T visitHg_dsl(LipidMapsParser.Hg_dslContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_dsl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_dslin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer
public T visitSpecial_cer(LipidMapsParser.Special_cerContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecial_cerin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer_prefix
public T visitSpecial_cer_prefix(LipidMapsParser.Special_cer_prefixContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer_prefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecial_cer_prefixin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecial_cer_prefix_1_O
public T visitSpecial_cer_prefix_1_O(LipidMapsParser.Special_cer_prefix_1_OContext ctx)
Visit a parse tree produced byLipidMapsParser.special_cer_prefix_1_O().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecial_cer_prefix_1_Oin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_lslc
public T visitHg_lslc(LipidMapsParser.Hg_lslcContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lslc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_lslcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_lsl
public T visitHg_lsl(LipidMapsParser.Hg_lslContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_lsl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_lslin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPk
public T visitPk(LipidMapsParser.PkContext ctx)
Visit a parse tree produced byLipidMapsParser.pk().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPkin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPk_hg
public T visitPk_hg(LipidMapsParser.Pk_hgContext ctx)
Visit a parse tree produced byLipidMapsParser.pk_hg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPk_hgin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPk_fa
public T visitPk_fa(LipidMapsParser.Pk_faContext ctx)
Visit a parse tree produced byLipidMapsParser.pk_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPk_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSterol
public T visitSterol(LipidMapsParser.SterolContext ctx)
Visit a parse tree produced byLipidMapsParser.sterol().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSterolin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChc
public T visitChc(LipidMapsParser.ChcContext ctx)
Visit a parse tree produced byLipidMapsParser.chc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChcin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCh
public T visitCh(LipidMapsParser.ChContext ctx)
Visit a parse tree produced byLipidMapsParser.ch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChec
public T visitChec(LipidMapsParser.ChecContext ctx)
Visit a parse tree produced byLipidMapsParser.chec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChecin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChe
public T visitChe(LipidMapsParser.CheContext ctx)
Visit a parse tree produced byLipidMapsParser.che().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChe_fa
public T visitChe_fa(LipidMapsParser.Che_faContext ctx)
Visit a parse tree produced byLipidMapsParser.che_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChe_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHg_che
public T visitHg_che(LipidMapsParser.Hg_cheContext ctx)
Visit a parse tree produced byLipidMapsParser.hg_che().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHg_chein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator
public T visitMediator(LipidMapsParser.MediatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_var
public T visitMediator_var(LipidMapsParser.Mediator_varContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_varin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_prefix
public T visitMediator_prefix(LipidMapsParser.Mediator_prefixContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_prefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_prefixin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_numbers
public T visitMediator_numbers(LipidMapsParser.Mediator_numbersContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_numbers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_numbersin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_number_pure
public T visitMediator_number_pure(LipidMapsParser.Mediator_number_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_number_pure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_number_purein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_pos
public T visitMediator_pos(LipidMapsParser.Mediator_posContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_pos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_posin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_var_names
public T visitMediator_var_names(LipidMapsParser.Mediator_var_namesContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var_names().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_var_namesin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_var_name
public T visitMediator_var_name(LipidMapsParser.Mediator_var_nameContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_var_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_var_namein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_const
public T visitMediator_const(LipidMapsParser.Mediator_constContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_const().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_constin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_oxo
public T visitMediator_oxo(LipidMapsParser.Mediator_oxoContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_oxo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_oxoin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa
public T visitFa(LipidMapsParser.FaContext ctx)
Visit a parse tree produced byLipidMapsParser.fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_unmod
public T visitFa_unmod(LipidMapsParser.Fa_unmodContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_unmod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_unmodin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_mod
public T visitFa_mod(LipidMapsParser.Fa_modContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_mod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_modin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModification
public T visitModification(LipidMapsParser.ModificationContext ctx)
Visit a parse tree produced byLipidMapsParser.modification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModificationin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMod_text
public T visitMod_text(LipidMapsParser.Mod_textContext ctx)
Visit a parse tree produced byLipidMapsParser.mod_text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMod_textin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEther
public T visitEther(LipidMapsParser.EtherContext ctx)
Visit a parse tree produced byLipidMapsParser.ether().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEtherin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_pure
public T visitFa_pure(LipidMapsParser.Fa_pureContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_pure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_purein interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb_fa
public T visitLcb_fa(LipidMapsParser.Lcb_faContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcb_fain interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_unmod
public T visitLcb_fa_unmod(LipidMapsParser.Lcb_fa_unmodContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_unmod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcb_fa_unmodin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb_fa_mod
public T visitLcb_fa_mod(LipidMapsParser.Lcb_fa_modContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb_fa_mod().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcb_fa_modin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLcb
public T visitLcb(LipidMapsParser.LcbContext ctx)
Visit a parse tree produced byLipidMapsParser.lcb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLcbin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCarbon
public T visitCarbon(LipidMapsParser.CarbonContext ctx)
Visit a parse tree produced byLipidMapsParser.carbon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCarbonin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb
public T visitDb(LipidMapsParser.DbContext ctx)
Visit a parse tree produced byLipidMapsParser.db().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDbin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_count
public T visitDb_count(LipidMapsParser.Db_countContext ctx)
Visit a parse tree produced byLipidMapsParser.db_count().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_countin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_positions
public T visitDb_positions(LipidMapsParser.Db_positionsContext ctx)
Visit a parse tree produced byLipidMapsParser.db_positions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_positionsin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position
public T visitDb_position(LipidMapsParser.Db_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.db_position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_positionin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
public T visitDb_single_position(LipidMapsParser.Db_single_positionContext ctx)
Visit a parse tree produced byLipidMapsParser.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 interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
public T visitDb_position_number(LipidMapsParser.Db_position_numberContext ctx)
Visit a parse tree produced byLipidMapsParser.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 interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCistrans
public T visitCistrans(LipidMapsParser.CistransContext ctx)
Visit a parse tree produced byLipidMapsParser.cistrans().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCistransin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
public T visitHydroxyl(LipidMapsParser.HydroxylContext ctx)
Visit a parse tree produced byLipidMapsParser.hydroxyl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHydroxylin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHydroxyl_lcb
public T visitHydroxyl_lcb(LipidMapsParser.Hydroxyl_lcbContext ctx)
Visit a parse tree produced byLipidMapsParser.hydroxyl_lcb().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHydroxyl_lcbin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(LipidMapsParser.NumberContext ctx)
Visit a parse tree produced byLipidMapsParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_separator
public T visitFa_separator(LipidMapsParser.Fa_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
public T visitHeadgroup_separator(LipidMapsParser.Headgroup_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.headgroup_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeadgroup_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFa_mod_separator
public T visitFa_mod_separator(LipidMapsParser.Fa_mod_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.fa_mod_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFa_mod_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
public T visitCarbon_db_separator(LipidMapsParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.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 interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_hydroxyl_separator
public T visitDb_hydroxyl_separator(LipidMapsParser.Db_hydroxyl_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.db_hydroxyl_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDb_hydroxyl_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
public T visitDb_position_separator(LipidMapsParser.Db_position_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.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 interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_separator
public T visitMediator_separator(LipidMapsParser.Mediator_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediator_name_separator
public T visitMediator_name_separator(LipidMapsParser.Mediator_name_separatorContext ctx)
Visit a parse tree produced byLipidMapsParser.mediator_name_separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediator_name_separatorin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRound_open_bracket
public T visitRound_open_bracket(LipidMapsParser.Round_open_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.round_open_bracket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRound_open_bracketin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRound_close_bracket
public T visitRound_close_bracket(LipidMapsParser.Round_close_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.round_close_bracket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRound_close_bracketin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSquare_open_bracket
public T visitSquare_open_bracket(LipidMapsParser.Square_open_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.square_open_bracket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSquare_open_bracketin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSquare_close_bracket
public T visitSquare_close_bracket(LipidMapsParser.Square_close_bracketContext ctx)
Visit a parse tree produced byLipidMapsParser.square_close_bracket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSquare_close_bracketin interfaceLipidMapsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-