Class AlgParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- io.opsit.explang.parser.alg.AlgParserBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
AlgParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
AlgParser.ExprVisitor
public class AlgParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements AlgParserVisitor<T>
This class provides an empty implementation ofAlgParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description AlgParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitParen_expr
public T visitParen_expr(AlgParserParser.Paren_exprContext ctx)
Visit a parse tree produced by theparen_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParen_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expr
public T visitIn_expr(AlgParserParser.In_exprContext ctx)
Visit a parse tree produced by thein_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIn_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMonolambda_expr
public T visitMonolambda_expr(AlgParserParser.Monolambda_exprContext ctx)
Visit a parse tree produced by themonolambda_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMonolambda_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_expr
public T visitAssign_expr(AlgParserParser.Assign_exprContext ctx)
Visit a parse tree produced by theassign_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssign_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturn_expr
public T visitReturn_expr(AlgParserParser.Return_exprContext ctx)
Visit a parse tree produced by thereturn_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturn_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotchain
public T visitDotchain(AlgParserParser.DotchainContext ctx)
Visit a parse tree produced by thedotchainlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDotchainin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSlambda_expr
public T visitSlambda_expr(AlgParserParser.Slambda_exprContext ctx)
Visit a parse tree produced by theslambda_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSlambda_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTry_expr
public T visitTry_expr(AlgParserParser.Try_exprContext ctx)
Visit a parse tree produced by thetry_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTry_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh_at_expr
public T visitTh_at_expr(AlgParserParser.Th_at_exprContext ctx)
Visit a parse tree produced by theth_at_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTh_at_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeblock_expr
public T visitBeblock_expr(AlgParserParser.Beblock_exprContext ctx)
Visit a parse tree produced by thebeblock_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeblock_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIpol_expr
public T visitIpol_expr(AlgParserParser.Ipol_exprContext ctx)
Visit a parse tree produced by theipol_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIpol_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNot_expr
public T visitNot_expr(AlgParserParser.Not_exprContext ctx)
Visit a parse tree produced by thenot_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNot_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnd_expr
public T visitAnd_expr(AlgParserParser.And_exprContext ctx)
Visit a parse tree produced by theand_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnd_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_expr
public T visitFor_expr(AlgParserParser.For_exprContext ctx)
Visit a parse tree produced by thefor_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumcomp_expr
public T visitNumcomp_expr(AlgParserParser.Numcomp_exprContext ctx)
Visit a parse tree produced by thenumcomp_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumcomp_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtom_expr
public T visitAtom_expr(AlgParserParser.Atom_exprContext ctx)
Visit a parse tree produced by theatom_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtom_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOr_expr
public T visitOr_expr(AlgParserParser.Or_exprContext ctx)
Visit a parse tree produced by theor_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOr_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVector_expr
public T visitVector_expr(AlgParserParser.Vector_exprContext ctx)
Visit a parse tree produced by thevector_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVector_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDwim_search_expr
public T visitDwim_search_expr(AlgParserParser.Dwim_search_exprContext ctx)
Visit a parse tree produced by thedwim_search_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDwim_search_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh_auto_expr
public T visitTh_auto_expr(AlgParserParser.Th_auto_exprContext ctx)
Visit a parse tree produced by theth_auto_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTh_auto_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChar_expr
public T visitChar_expr(AlgParserParser.Char_exprContext ctx)
Visit a parse tree produced by thechar_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChar_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTh_as_expr
public T visitTh_as_expr(AlgParserParser.Th_as_exprContext ctx)
Visit a parse tree produced by theth_as_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTh_as_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdacall_expr
public T visitLambdacall_expr(AlgParserParser.Lambdacall_exprContext ctx)
Visit a parse tree produced by thelambdacall_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdacall_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDict_expr
public T visitDict_expr(AlgParserParser.Dict_exprContext ctx)
Visit a parse tree produced by thedict_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDict_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSum_expr
public T visitSum_expr(AlgParserParser.Sum_exprContext ctx)
Visit a parse tree produced by thesum_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSum_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda_expr
public T visitLambda_expr(AlgParserParser.Lambda_exprContext ctx)
Visit a parse tree produced by thelambda_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambda_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet_expr
public T visitLet_expr(AlgParserParser.Let_exprContext ctx)
Visit a parse tree produced by thelet_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLet_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFuncall_expr
public T visitFuncall_expr(AlgParserParser.Funcall_exprContext ctx)
Visit a parse tree produced by thefuncall_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFuncall_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVardecl_expr
public T visitVardecl_expr(AlgParserParser.Vardecl_exprContext ctx)
Visit a parse tree produced by thevardecl_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVardecl_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSign_expr
public T visitSign_expr(AlgParserParser.Sign_exprContext ctx)
Visit a parse tree produced by thesign_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSign_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFields_expr
public T visitFields_expr(AlgParserParser.Fields_exprContext ctx)
Visit a parse tree produced by thefields_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFields_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIf_expr
public T visitIf_expr(AlgParserParser.If_exprContext ctx)
Visit a parse tree produced by theif_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIf_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssoc_lookup
public T visitAssoc_lookup(AlgParserParser.Assoc_lookupContext ctx)
Visit a parse tree produced by theassoc_lookuplabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssoc_lookupin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuote_expr
public T visitQuote_expr(AlgParserParser.Quote_exprContext ctx)
Visit a parse tree produced by thequote_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuote_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhile_expr
public T visitWhile_expr(AlgParserParser.While_exprContext ctx)
Visit a parse tree produced by thewhile_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhile_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProduct_expr
public T visitProduct_expr(AlgParserParser.Product_exprContext ctx)
Visit a parse tree produced by theproduct_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProduct_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEquality_expr
public T visitEquality_expr(AlgParserParser.Equality_exprContext ctx)
Visit a parse tree produced by theequality_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEquality_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDwim_matches_expr
public T visitDwim_matches_expr(AlgParserParser.Dwim_matches_exprContext ctx)
Visit a parse tree produced by thedwim_matches_exprlabeled alternative inAlgParserParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDwim_matches_exprin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoopfor
public T visitLoopfor(AlgParserParser.LoopforContext ctx)
Visit a parse tree produced byAlgParserParser.loopfor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoopforin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda
public T visitLambda(AlgParserParser.LambdaContext ctx)
Visit a parse tree produced byAlgParserParser.lambda().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdain interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBeblock
public T visitBeblock(AlgParserParser.BeblockContext ctx)
Visit a parse tree produced byAlgParserParser.beblock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBeblockin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplblock
public T visitReplblock(AlgParserParser.ReplblockContext ctx)
Visit a parse tree produced byAlgParserParser.replblock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplblockin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptassign
public T visitOptassign(AlgParserParser.OptassignContext ctx)
Visit a parse tree produced byAlgParserParser.optassign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptassignin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchspec
public T visitCatchspec(AlgParserParser.CatchspecContext ctx)
Visit a parse tree produced byAlgParserParser.catchspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchspecin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClzspec
public T visitClzspec(AlgParserParser.ClzspecContext ctx)
Visit a parse tree produced byAlgParserParser.clzspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClzspecin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFspart
public T visitFspart(AlgParserParser.FspartContext ctx)
Visit a parse tree produced byAlgParserParser.fspart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFspartin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldspec
public T visitFieldspec(AlgParserParser.FieldspecContext ctx)
Visit a parse tree produced byAlgParserParser.fieldspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldspecin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVector
public T visitVector(AlgParserParser.VectorContext ctx)
Visit a parse tree produced byAlgParserParser.vector().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVectorin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprList
public T visitExprList(AlgParserParser.ExprListContext ctx)
Visit a parse tree produced byAlgParserParser.exprList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprListin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlock
public T visitBlock(AlgParserParser.BlockContext ctx)
Visit a parse tree produced byAlgParserParser.block().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFsymbol
public T visitFsymbol(AlgParserParser.FsymbolContext ctx)
Visit a parse tree produced byAlgParserParser.fsymbol().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFsymbolin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtom
public T visitAtom(AlgParserParser.AtomContext ctx)
Visit a parse tree produced byAlgParserParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtomin interfaceAlgParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-