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