Class GoslinBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- de.isas.lipidomics.palinom.GoslinBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
GoslinVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
GoslinVisitorImpl
public class GoslinBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GoslinVisitor<T>
This class provides an empty implementation ofGoslinVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GoslinBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Constructor Detail
-
GoslinBaseVisitor
public GoslinBaseVisitor()
-
-
Method Detail
-
visitLipid
public T visitLipid(GoslinParser.LipidContext ctx)
Visit a parse tree produced byGoslinParser.lipid()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLipid
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_eof
public T visitLipid_eof(GoslinParser.Lipid_eofContext ctx)
Visit a parse tree produced byGoslinParser.lipid_eof()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLipid_eof
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLipid_pure
public T visitLipid_pure(GoslinParser.Lipid_pureContext ctx)
Visit a parse tree produced byGoslinParser.lipid_pure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLipid_pure
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct_info
public T visitAdduct_info(GoslinParser.Adduct_infoContext ctx)
Visit a parse tree produced byGoslinParser.adduct_info()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdduct_info
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct
public T visitAdduct(GoslinParser.AdductContext ctx)
Visit a parse tree produced byGoslinParser.adduct()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdduct
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArbitrary_adduct
public T visitArbitrary_adduct(GoslinParser.Arbitrary_adductContext ctx)
Visit a parse tree produced byGoslinParser.arbitrary_adduct()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitArbitrary_adduct
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct4
public T visitAdduct4(GoslinParser.Adduct4Context ctx)
Visit a parse tree produced byGoslinParser.adduct4()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdduct4
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct2
public T visitAdduct2(GoslinParser.Adduct2Context ctx)
Visit a parse tree produced byGoslinParser.adduct2()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdduct2
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2
public T visitFa2(GoslinParser.Fa2Context ctx)
Visit a parse tree produced byGoslinParser.fa2()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_unsorted
public T visitFa2_unsorted(GoslinParser.Fa2_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa2_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2_unsorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa2_sorted
public T visitFa2_sorted(GoslinParser.Fa2_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa2_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa2_sorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3
public T visitFa3(GoslinParser.Fa3Context ctx)
Visit a parse tree produced byGoslinParser.fa3()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_unsorted
public T visitFa3_unsorted(GoslinParser.Fa3_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa3_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3_unsorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa3_sorted
public T visitFa3_sorted(GoslinParser.Fa3_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa3_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa3_sorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4
public T visitFa4(GoslinParser.Fa4Context ctx)
Visit a parse tree produced byGoslinParser.fa4()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_unsorted
public T visitFa4_unsorted(GoslinParser.Fa4_unsortedContext ctx)
Visit a parse tree produced byGoslinParser.fa4_unsorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4_unsorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa4_sorted
public T visitFa4_sorted(GoslinParser.Fa4_sortedContext ctx)
Visit a parse tree produced byGoslinParser.fa4_sorted()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa4_sorted
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl
public T visitGl(GoslinParser.GlContext ctx)
Visit a parse tree produced byGoslinParser.gl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSqml
public T visitSqml(GoslinParser.SqmlContext ctx)
Visit a parse tree produced byGoslinParser.sqml()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSqml
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMgl
public T visitMgl(GoslinParser.MglContext ctx)
Visit a parse tree produced byGoslinParser.mgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDgl
public T visitDgl(GoslinParser.DglContext ctx)
Visit a parse tree produced byGoslinParser.dgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSgl
public T visitSgl(GoslinParser.SglContext ctx)
Visit a parse tree produced byGoslinParser.sgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl
public T visitTgl(GoslinParser.TglContext ctx)
Visit a parse tree produced byGoslinParser.tgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGl_species
public T visitGl_species(GoslinParser.Gl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.gl_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGl_species
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDgl_subspecies
public T visitDgl_subspecies(GoslinParser.Dgl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.dgl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDgl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTgl_subspecies
public T visitTgl_subspecies(GoslinParser.Tgl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.tgl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTgl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sqml_full
public T visitHg_sqml_full(GoslinParser.Hg_sqml_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_sqml_full()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sqml_full
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mgl_full
public T visitHg_mgl_full(GoslinParser.Hg_mgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_mgl_full()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_mgl_full
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dgl_full
public T visitHg_dgl_full(GoslinParser.Hg_dgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_dgl_full()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dgl_full
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sgl_full
public T visitHg_sgl_full(GoslinParser.Hg_sgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_sgl_full()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sgl_full
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tgl_full
public T visitHg_tgl_full(GoslinParser.Hg_tgl_fullContext ctx)
Visit a parse tree produced byGoslinParser.hg_tgl_full()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_tgl_full
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sqml
public T visitHg_sqml(GoslinParser.Hg_sqmlContext ctx)
Visit a parse tree produced byGoslinParser.hg_sqml()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sqml
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mgl
public T visitHg_mgl(GoslinParser.Hg_mglContext ctx)
Visit a parse tree produced byGoslinParser.hg_mgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_mgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dgl
public T visitHg_dgl(GoslinParser.Hg_dglContext ctx)
Visit a parse tree produced byGoslinParser.hg_dgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sgl
public T visitHg_sgl(GoslinParser.Hg_sglContext ctx)
Visit a parse tree produced byGoslinParser.hg_sgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tgl
public T visitHg_tgl(GoslinParser.Hg_tglContext ctx)
Visit a parse tree produced byGoslinParser.hg_tgl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_tgl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl
public T visitPl(GoslinParser.PlContext ctx)
Visit a parse tree produced byGoslinParser.pl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_o
public T visitPl_o(GoslinParser.Pl_oContext ctx)
Visit a parse tree produced byGoslinParser.pl_o()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_o
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLpl
public T visitLpl(GoslinParser.LplContext ctx)
Visit a parse tree produced byGoslinParser.lpl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLpl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLpl_o
public T visitLpl_o(GoslinParser.Lpl_oContext ctx)
Visit a parse tree produced byGoslinParser.lpl_o()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLpl_o
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl
public T visitDpl(GoslinParser.DplContext ctx)
Visit a parse tree produced byGoslinParser.dpl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDpl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTpl
public T visitTpl(GoslinParser.TplContext ctx)
Visit a parse tree produced byGoslinParser.tpl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTpl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDpl_o
public T visitDpl_o(GoslinParser.Dpl_oContext ctx)
Visit a parse tree produced byGoslinParser.dpl_o()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDpl_o
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDlcl
public T visitDlcl(GoslinParser.DlclContext ctx)
Visit a parse tree produced byGoslinParser.dlcl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDlcl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMlcl
public T visitMlcl(GoslinParser.MlclContext ctx)
Visit a parse tree produced byGoslinParser.mlcl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMlcl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl
public T visitCl(GoslinParser.ClContext ctx)
Visit a parse tree produced byGoslinParser.cl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_species
public T visitPl_species(GoslinParser.Pl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.pl_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_species
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPl_subspecies
public T visitPl_subspecies(GoslinParser.Pl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.pl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTpl_subspecies
public T visitTpl_subspecies(GoslinParser.Tpl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.tpl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTpl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDlcl_subspecies
public T visitDlcl_subspecies(GoslinParser.Dlcl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.dlcl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDlcl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMlcl_subspecies
public T visitMlcl_subspecies(GoslinParser.Mlcl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.mlcl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMlcl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCl_subspecies
public T visitCl_subspecies(GoslinParser.Cl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.cl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_hg
public T visitHeavy_hg(GoslinParser.Heavy_hgContext ctx)
Visit a parse tree produced byGoslinParser.heavy_hg()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeavy_hg
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_clc
public T visitHg_clc(GoslinParser.Hg_clcContext ctx)
Visit a parse tree produced byGoslinParser.hg_clc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_clc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_cl
public T visitHg_cl(GoslinParser.Hg_clContext ctx)
Visit a parse tree produced byGoslinParser.hg_cl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_cl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mlclc
public T visitHg_mlclc(GoslinParser.Hg_mlclcContext ctx)
Visit a parse tree produced byGoslinParser.hg_mlclc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_mlclc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_mlcl
public T visitHg_mlcl(GoslinParser.Hg_mlclContext ctx)
Visit a parse tree produced byGoslinParser.hg_mlcl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_mlcl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dlclc
public T visitHg_dlclc(GoslinParser.Hg_dlclcContext ctx)
Visit a parse tree produced byGoslinParser.hg_dlclc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dlclc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dlcl
public T visitHg_dlcl(GoslinParser.Hg_dlclContext ctx)
Visit a parse tree produced byGoslinParser.hg_dlcl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dlcl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_plc
public T visitHg_plc(GoslinParser.Hg_plcContext ctx)
Visit a parse tree produced byGoslinParser.hg_plc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_plc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl
public T visitHg_pl(GoslinParser.Hg_plContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pim
public T visitHg_pim(GoslinParser.Hg_pimContext ctx)
Visit a parse tree produced byGoslinParser.hg_pim()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pim
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pim_number
public T visitHg_pim_number(GoslinParser.Hg_pim_numberContext ctx)
Visit a parse tree produced byGoslinParser.hg_pim_number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pim_number
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip
public T visitHg_pip(GoslinParser.Hg_pipContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pip
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_pure
public T visitHg_pip_pure(GoslinParser.Hg_pip_pureContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_pure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pip_pure
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_m
public T visitHg_pip_m(GoslinParser.Hg_pip_mContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_m()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pip_m
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_d
public T visitHg_pip_d(GoslinParser.Hg_pip_dContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_d()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pip_d
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pip_t
public T visitHg_pip_t(GoslinParser.Hg_pip_tContext ctx)
Visit a parse tree produced byGoslinParser.hg_pip_t()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pip_t
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tplc
public T visitHg_tplc(GoslinParser.Hg_tplcContext ctx)
Visit a parse tree produced byGoslinParser.hg_tplc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_tplc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_tpl
public T visitHg_tpl(GoslinParser.Hg_tplContext ctx)
Visit a parse tree produced byGoslinParser.hg_tpl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_tpl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lplc
public T visitHg_lplc(GoslinParser.Hg_lplcContext ctx)
Visit a parse tree produced byGoslinParser.hg_lplc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lplc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl
public T visitHg_lpl(GoslinParser.Hg_lplContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lpl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpim
public T visitHg_lpim(GoslinParser.Hg_lpimContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpim()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lpim
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpim_number
public T visitHg_lpim_number(GoslinParser.Hg_lpim_numberContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpim_number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lpim_number
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl_oc
public T visitHg_lpl_oc(GoslinParser.Hg_lpl_ocContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl_oc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lpl_oc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lpl_o
public T visitHg_lpl_o(GoslinParser.Hg_lpl_oContext ctx)
Visit a parse tree produced byGoslinParser.hg_lpl_o()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lpl_o
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl_oc
public T visitHg_pl_oc(GoslinParser.Hg_pl_ocContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl_oc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pl_oc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_pl_o
public T visitHg_pl_o(GoslinParser.Hg_pl_oContext ctx)
Visit a parse tree produced byGoslinParser.hg_pl_o()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_pl_o
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl
public T visitSl(GoslinParser.SlContext ctx)
Visit a parse tree produced byGoslinParser.sl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLsl
public T visitLsl(GoslinParser.LslContext ctx)
Visit a parse tree produced byGoslinParser.lsl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLsl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDsl
public T visitDsl(GoslinParser.DslContext ctx)
Visit a parse tree produced byGoslinParser.dsl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDsl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_species
public T visitSl_species(GoslinParser.Sl_speciesContext ctx)
Visit a parse tree produced byGoslinParser.sl_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl_species
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSl_subspecies
public T visitSl_subspecies(GoslinParser.Sl_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sl_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSl_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lslc
public T visitHg_lslc(GoslinParser.Hg_lslcContext ctx)
Visit a parse tree produced byGoslinParser.hg_lslc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lslc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_lsl
public T visitHg_lsl(GoslinParser.Hg_lslContext ctx)
Visit a parse tree produced byGoslinParser.hg_lsl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_lsl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dslc
public T visitHg_dslc(GoslinParser.Hg_dslcContext ctx)
Visit a parse tree produced byGoslinParser.hg_dslc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dslc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_dsl
public T visitHg_dsl(GoslinParser.Hg_dslContext ctx)
Visit a parse tree produced byGoslinParser.hg_dsl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_dsl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSterol
public T visitSterol(GoslinParser.SterolContext ctx)
Visit a parse tree produced byGoslinParser.sterol()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSterol
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStc
public T visitStc(GoslinParser.StcContext ctx)
Visit a parse tree produced byGoslinParser.stc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSt
public T visitSt(GoslinParser.StContext ctx)
Visit a parse tree produced byGoslinParser.st()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSt
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSte
public T visitSte(GoslinParser.SteContext ctx)
Visit a parse tree produced byGoslinParser.ste()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSte
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStes
public T visitStes(GoslinParser.StesContext ctx)
Visit a parse tree produced byGoslinParser.stes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStes
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stc
public T visitHg_stc(GoslinParser.Hg_stcContext ctx)
Visit a parse tree produced byGoslinParser.hg_stc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_stc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_ste
public T visitHg_ste(GoslinParser.Hg_steContext ctx)
Visit a parse tree produced byGoslinParser.hg_ste()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_ste
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stcs
public T visitHg_stcs(GoslinParser.Hg_stcsContext ctx)
Visit a parse tree produced byGoslinParser.hg_stcs()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_stcs
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_stes
public T visitHg_stes(GoslinParser.Hg_stesContext ctx)
Visit a parse tree produced byGoslinParser.hg_stes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_stes
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediatorc
public T visitMediatorc(GoslinParser.MediatorcContext ctx)
Visit a parse tree produced byGoslinParser.mediatorc()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMediatorc
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediator
public T visitMediator(GoslinParser.MediatorContext ctx)
Visit a parse tree produced byGoslinParser.mediator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMediator
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSaccharolipid
public T visitSaccharolipid(GoslinParser.SaccharolipidContext ctx)
Visit a parse tree produced byGoslinParser.saccharolipid()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSaccharolipid
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_di
public T visitSac_di(GoslinParser.Sac_diContext ctx)
Visit a parse tree produced byGoslinParser.sac_di()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSac_di
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_di_c
public T visitHg_sac_di_c(GoslinParser.Hg_sac_di_cContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_di_c()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sac_di_c
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_di
public T visitHg_sac_di(GoslinParser.Hg_sac_diContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_di()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sac_di
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_f
public T visitSac_f(GoslinParser.Sac_fContext ctx)
Visit a parse tree produced byGoslinParser.sac_f()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSac_f
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_f_c
public T visitHg_sac_f_c(GoslinParser.Hg_sac_f_cContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_f_c()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sac_f_c
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHg_sac_f
public T visitHg_sac_f(GoslinParser.Hg_sac_fContext ctx)
Visit a parse tree produced byGoslinParser.hg_sac_f()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHg_sac_f
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_species
public T visitSac_species(GoslinParser.Sac_speciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_species()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSac_species
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_di_subspecies
public T visitSac_di_subspecies(GoslinParser.Sac_di_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_di_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSac_di_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSac_f_subspecies
public T visitSac_f_subspecies(GoslinParser.Sac_f_subspeciesContext ctx)
Visit a parse tree produced byGoslinParser.sac_f_subspecies()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSac_f_subspecies
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa
public T visitFa(GoslinParser.FaContext ctx)
Visit a parse tree produced byGoslinParser.fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_fa
public T visitHeavy_fa(GoslinParser.Heavy_faContext ctx)
Visit a parse tree produced byGoslinParser.heavy_fa()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeavy_fa
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFa_pure
public T visitFa_pure(GoslinParser.Fa_pureContext ctx)
Visit a parse tree produced byGoslinParser.fa_pure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFa_pure
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEther
public T visitEther(GoslinParser.EtherContext ctx)
Visit a parse tree produced byGoslinParser.ether()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEther
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb
public T visitLcb(GoslinParser.LcbContext ctx)
Visit a parse tree produced byGoslinParser.lcb()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLcb
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy_lcb
public T visitHeavy_lcb(GoslinParser.Heavy_lcbContext ctx)
Visit a parse tree produced byGoslinParser.heavy_lcb()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeavy_lcb
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLcb_pure
public T visitLcb_pure(GoslinParser.Lcb_pureContext ctx)
Visit a parse tree produced byGoslinParser.lcb_pure()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLcb_pure
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon
public T visitCarbon(GoslinParser.CarbonContext ctx)
Visit a parse tree produced byGoslinParser.carbon()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCarbon
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb
public T visitDb(GoslinParser.DbContext ctx)
Visit a parse tree produced byGoslinParser.db()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_count
public T visitDb_count(GoslinParser.Db_countContext ctx)
Visit a parse tree produced byGoslinParser.db_count()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_count
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_positions
public T visitDb_positions(GoslinParser.Db_positionsContext ctx)
Visit a parse tree produced byGoslinParser.db_positions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_positions
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position
public T visitDb_position(GoslinParser.Db_positionContext ctx)
Visit a parse tree produced byGoslinParser.db_position()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_position
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_single_position
public T visitDb_single_position(GoslinParser.Db_single_positionContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_number
public T visitDb_position_number(GoslinParser.Db_position_numberContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCistrans
public T visitCistrans(GoslinParser.CistransContext ctx)
Visit a parse tree produced byGoslinParser.cistrans()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCistrans
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHydroxyl
public T visitHydroxyl(GoslinParser.HydroxylContext ctx)
Visit a parse tree produced byGoslinParser.hydroxyl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHydroxyl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOld_hydroxyl
public T visitOld_hydroxyl(GoslinParser.Old_hydroxylContext ctx)
Visit a parse tree produced byGoslinParser.old_hydroxyl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOld_hydroxyl
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(GoslinParser.NumberContext ctx)
Visit a parse tree produced byGoslinParser.number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNumber
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDigit
public T visitDigit(GoslinParser.DigitContext ctx)
Visit a parse tree produced byGoslinParser.digit()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDigit
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeavy
public T visitHeavy(GoslinParser.HeavyContext ctx)
Visit a parse tree produced byGoslinParser.heavy()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeavy
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotopes
public T visitIsotopes(GoslinParser.IsotopesContext ctx)
Visit a parse tree produced byGoslinParser.isotopes()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsotopes
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope
public T visitIsotope(GoslinParser.IsotopeContext ctx)
Visit a parse tree produced byGoslinParser.isotope()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsotope
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_number
public T visitIsotope_number(GoslinParser.Isotope_numberContext ctx)
Visit a parse tree produced byGoslinParser.isotope_number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsotope_number
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_element
public T visitIsotope_element(GoslinParser.Isotope_elementContext ctx)
Visit a parse tree produced byGoslinParser.isotope_element()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsotope_element
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIsotope_count
public T visitIsotope_count(GoslinParser.Isotope_countContext ctx)
Visit a parse tree produced byGoslinParser.isotope_count()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIsotope_count
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElement
public T visitElement(GoslinParser.ElementContext ctx)
Visit a parse tree produced byGoslinParser.element()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitElement
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSorted_fa_separator
public T visitSorted_fa_separator(GoslinParser.Sorted_fa_separatorContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAdduct_separator
public T visitAdduct_separator(GoslinParser.Adduct_separatorContext ctx)
Visit a parse tree produced byGoslinParser.adduct_separator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAdduct_separator
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnsorted_fa_separator
public T visitUnsorted_fa_separator(GoslinParser.Unsorted_fa_separatorContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPlasmalogen_separator
public T visitPlasmalogen_separator(GoslinParser.Plasmalogen_separatorContext ctx)
Visit a parse tree produced byGoslinParser.plasmalogen_separator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPlasmalogen_separator
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHeadgroup_separator
public T visitHeadgroup_separator(GoslinParser.Headgroup_separatorContext ctx)
Visit a parse tree produced byGoslinParser.headgroup_separator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHeadgroup_separator
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCarbon_db_separator
public T visitCarbon_db_separator(GoslinParser.Carbon_db_separatorContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_hydroxyl_separator
public T visitDb_hydroxyl_separator(GoslinParser.Db_hydroxyl_separatorContext ctx)
Visit a parse tree produced byGoslinParser.db_hydroxyl_separator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDb_hydroxyl_separator
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDb_position_separator
public T visitDb_position_separator(GoslinParser.Db_position_separatorContext ctx)
Visit a parse tree produced byGoslinParser.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 interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_open_bracket
public T visitRound_open_bracket(GoslinParser.Round_open_bracketContext ctx)
Visit a parse tree produced byGoslinParser.round_open_bracket()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRound_open_bracket
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRound_close_bracket
public T visitRound_close_bracket(GoslinParser.Round_close_bracketContext ctx)
Visit a parse tree produced byGoslinParser.round_close_bracket()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRound_close_bracket
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharacter
public T visitCharacter(GoslinParser.CharacterContext ctx)
Visit a parse tree produced byGoslinParser.character()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharacter
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharge
public T visitCharge(GoslinParser.ChargeContext ctx)
Visit a parse tree produced byGoslinParser.charge()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharge
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCharge_sign
public T visitCharge_sign(GoslinParser.Charge_signContext ctx)
Visit a parse tree produced byGoslinParser.charge_sign()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCharge_sign
in interfaceGoslinVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-