Class IQM4HDParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- de.mvise.iqm4hd.dsl.parser.gen.IQM4HDParserBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
IQM4HDParserVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class IQM4HDParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements IQM4HDParserVisitor<T>
This class provides an empty implementation ofIQM4HDParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description IQM4HDParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitStart
public T visitStart(IQM4HDParser.StartContext ctx)
Visit a parse tree produced byIQM4HDParser.start()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStart
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPart
public T visitPart(IQM4HDParser.PartContext ctx)
Visit a parse tree produced byIQM4HDParser.part()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPart
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRolelist
public T visitRolelist(IQM4HDParser.RolelistContext ctx)
Visit a parse tree produced byIQM4HDParser.rolelist()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRolelist
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRoledecl
public T visitRoledecl(IQM4HDParser.RoledeclContext ctx)
Visit a parse tree produced byIQM4HDParser.roledecl()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRoledecl
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRoleasgn
public T visitRoleasgn(IQM4HDParser.RoleasgnContext ctx)
Visit a parse tree produced byIQM4HDParser.roleasgn()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRoleasgn
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSrcrole
public T visitSrcrole(IQM4HDParser.SrcroleContext ctx)
Visit a parse tree produced byIQM4HDParser.srcrole()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSrcrole
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSource
public T visitSource(IQM4HDParser.SourceContext ctx)
Visit a parse tree produced byIQM4HDParser.source()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSource
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSrcconstlst
public T visitSrcconstlst(IQM4HDParser.SrcconstlstContext ctx)
Visit a parse tree produced byIQM4HDParser.srcconstlst()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSrcconstlst
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSrcconstval
public T visitSrcconstval(IQM4HDParser.SrcconstvalContext ctx)
Visit a parse tree produced byIQM4HDParser.srcconstval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSrcconstval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSrcquery
public T visitSrcquery(IQM4HDParser.SrcqueryContext ctx)
Visit a parse tree produced byIQM4HDParser.srcquery()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSrcquery
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSrcquerytext
public T visitSrcquerytext(IQM4HDParser.SrcquerytextContext ctx)
Visit a parse tree produced byIQM4HDParser.srcquerytext()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSrcquerytext
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheck
public T visitCheck(IQM4HDParser.CheckContext ctx)
Visit a parse tree produced byIQM4HDParser.check()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheck
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormalWithParam
public T visitFormalWithParam(IQM4HDParser.FormalWithParamContext ctx)
Visit a parse tree produced byIQM4HDParser.formalWithParam()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFormalWithParam
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormalParam
public T visitFormalParam(IQM4HDParser.FormalParamContext ctx)
Visit a parse tree produced byIQM4HDParser.formalParam()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFormalParam
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckBody
public T visitCheckBody(IQM4HDParser.CheckBodyContext ctx)
Visit a parse tree produced byIQM4HDParser.checkBody()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckBody
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckstmt
public T visitCheckstmt(IQM4HDParser.CheckstmtContext ctx)
Visit a parse tree produced byIQM4HDParser.checkstmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckstmt
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckasgn
public T visitCheckasgn(IQM4HDParser.CheckasgnContext ctx)
Visit a parse tree produced byIQM4HDParser.checkasgn()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckasgn
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckcall
public T visitCheckcall(IQM4HDParser.CheckcallContext ctx)
Visit a parse tree produced byIQM4HDParser.checkcall()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckcall
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitActualWithParam
public T visitActualWithParam(IQM4HDParser.ActualWithParamContext ctx)
Visit a parse tree produced byIQM4HDParser.actualWithParam()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitActualWithParam
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitActualParam
public T visitActualParam(IQM4HDParser.ActualParamContext ctx)
Visit a parse tree produced byIQM4HDParser.actualParam()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitActualParam
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckfor
public T visitCheckfor(IQM4HDParser.CheckforContext ctx)
Visit a parse tree produced byIQM4HDParser.checkfor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckfor
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckif
public T visitCheckif(IQM4HDParser.CheckifContext ctx)
Visit a parse tree produced byIQM4HDParser.checkif()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckif
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckreturn
public T visitCheckreturn(IQM4HDParser.CheckreturnContext ctx)
Visit a parse tree produced byIQM4HDParser.checkreturn()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckreturn
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCheckReturnElement
public T visitCheckReturnElement(IQM4HDParser.CheckReturnElementContext ctx)
Visit a parse tree produced byIQM4HDParser.checkReturnElement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckReturnElement
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAction
public T visitAction(IQM4HDParser.ActionContext ctx)
Visit a parse tree produced byIQM4HDParser.action()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAction
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitActionResult
public T visitActionResult(IQM4HDParser.ActionResultContext ctx)
Visit a parse tree produced byIQM4HDParser.actionResult()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitActionResult
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpr
public T visitExpr(IQM4HDParser.ExprContext ctx)
Visit a parse tree produced byIQM4HDParser.expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpr
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpror
public T visitExpror(IQM4HDParser.ExprorContext ctx)
Visit a parse tree produced byIQM4HDParser.expror()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpror
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprand
public T visitExprand(IQM4HDParser.ExprandContext ctx)
Visit a parse tree produced byIQM4HDParser.exprand()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprand
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprrel
public T visitExprrel(IQM4HDParser.ExprrelContext ctx)
Visit a parse tree produced byIQM4HDParser.exprrel()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprrel
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprterm
public T visitExprterm(IQM4HDParser.ExprtermContext ctx)
Visit a parse tree produced byIQM4HDParser.exprterm()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprterm
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprfactor
public T visitExprfactor(IQM4HDParser.ExprfactorContext ctx)
Visit a parse tree produced byIQM4HDParser.exprfactor()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprfactor
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprnot
public T visitExprnot(IQM4HDParser.ExprnotContext ctx)
Visit a parse tree produced byIQM4HDParser.exprnot()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprnot
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprun
public T visitExprun(IQM4HDParser.ExprunContext ctx)
Visit a parse tree produced byIQM4HDParser.exprun()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprun
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExprval
public T visitExprval(IQM4HDParser.ExprvalContext ctx)
Visit a parse tree produced byIQM4HDParser.exprval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExprval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitValue
public T visitValue(IQM4HDParser.ValueContext ctx)
Visit a parse tree produced byIQM4HDParser.value()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitValue
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVarval
public T visitVarval(IQM4HDParser.VarvalContext ctx)
Visit a parse tree produced byIQM4HDParser.varval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitVarval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCallval
public T visitCallval(IQM4HDParser.CallvalContext ctx)
Visit a parse tree produced byIQM4HDParser.callval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCallval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAggval
public T visitAggval(IQM4HDParser.AggvalContext ctx)
Visit a parse tree produced byIQM4HDParser.aggval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAggval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstval
public T visitConstval(IQM4HDParser.ConstvalContext ctx)
Visit a parse tree produced byIQM4HDParser.constval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConstval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAtomval
public T visitAtomval(IQM4HDParser.AtomvalContext ctx)
Visit a parse tree produced byIQM4HDParser.atomval()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAtomval
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListexpr
public T visitListexpr(IQM4HDParser.ListexprContext ctx)
Visit a parse tree produced byIQM4HDParser.listexpr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListexpr
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstlst
public T visitConstlst(IQM4HDParser.ConstlstContext ctx)
Visit a parse tree produced byIQM4HDParser.constlst()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitConstlst
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListMethod
public T visitListMethod(IQM4HDParser.ListMethodContext ctx)
Visit a parse tree produced byIQM4HDParser.listMethod()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListMethod
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprSelect
public T visitListExprSelect(IQM4HDParser.ListExprSelectContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprSelect()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprSelect
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprSelectItem
public T visitListExprSelectItem(IQM4HDParser.ListExprSelectItemContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprSelectItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprSelectItem
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprFrom
public T visitListExprFrom(IQM4HDParser.ListExprFromContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFrom()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprFrom
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprFromItem
public T visitListExprFromItem(IQM4HDParser.ListExprFromItemContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFromItem()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprFromItem
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprFromSource
public T visitListExprFromSource(IQM4HDParser.ListExprFromSourceContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFromSource()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprFromSource
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprJoin
public T visitListExprJoin(IQM4HDParser.ListExprJoinContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprJoin()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprJoin
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprGroupBy
public T visitListExprGroupBy(IQM4HDParser.ListExprGroupByContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprGroupBy()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprGroupBy
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprHaving
public T visitListExprHaving(IQM4HDParser.ListExprHavingContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprHaving()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprHaving
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListExprOrderBy
public T visitListExprOrderBy(IQM4HDParser.ListExprOrderByContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprOrderBy()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitListExprOrderBy
in interfaceIQM4HDParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-