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. UseVoidfor 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:
visitLipidin 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_eofin 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_lipidin 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_purein 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_namein 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_charin 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:
visitSignin 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_infoin 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:
visitAdductin 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_adductin 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:
visitAdduct4in 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:
visitAdduct2in 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:
visitFa2in 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_unsortedin 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_sortedin 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:
visitFa3in 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_unsortedin 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_sortedin 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:
visitFa4in 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_unsortedin 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_sortedin 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:
visitGlin 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:
visitSqmlin 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:
visitMglin 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:
visitDglin 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:
visitSglin 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:
visitTglin 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_speciesin 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_subspeciesin 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_subspeciesin 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_fullin 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_fullin 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_fullin 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_fullin 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_fullin 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_sqmlin 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_mglin 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_dglin 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_sglin 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_tglin 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:
visitPlin 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_oin 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:
visitLplin 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_oin 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:
visitDplin 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:
visitTplin 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_oin 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:
visitDlclin 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:
visitMlclin 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:
visitClin 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_speciesin 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_subspeciesin 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_subspeciesin 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_subspeciesin 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_subspeciesin 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_subspeciesin 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_hgin 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_clcin 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_clin 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_mlclcin 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_mlclin 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_dlclcin 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_dlclin 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_plcin 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_plin 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_pimin 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_numberin 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_pipin 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_purein 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_min 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_din 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_tin 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_tplcin 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_tplin 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_lplcin 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_lplin 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_lpimin 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_numberin 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_ocin 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_oin 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_ocin 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_oin 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:
visitSlin 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:
visitLslin 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:
visitDslin 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_speciesin 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_subspeciesin 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_lslcin 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_lslin 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_dslcin 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_dslin 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:
visitSterolin 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:
visitStcin 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:
visitStin 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:
visitStein 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:
visitStesin 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_stcin 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_stein 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_stcsin 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_stesin 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:
visitMediatorcin 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:
visitMediatorin 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:
visitSaccharolipidin 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_diin 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_cin 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_diin 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_fin 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_cin 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_fin 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_speciesin 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_subspeciesin 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_subspeciesin 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:
visitFain 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_fain 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_purein 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:
visitEtherin 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:
visitLcbin 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_lcbin 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_purein 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:
visitCarbonin 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:
visitDbin 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_countin 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_positionsin 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_positionin 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_positionin 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_numberin 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:
visitCistransin 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:
visitHydroxylin 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_hydroxylin 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:
visitNumberin 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:
visitDigitin 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:
visitHeavyin 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:
visitIsotopesin 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:
visitIsotopein 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_numberin 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_elementin 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_countin 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:
visitElementin 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_separatorin 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_separatorin 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_separatorin 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_separatorin 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_separatorin 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_separatorin 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_separatorin 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_separatorin 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_bracketin 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_bracketin 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:
visitCharacterin 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:
visitChargein 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_signin interfaceGoslinFragmentsVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-