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. UseVoidfor 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:
visitStartin 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:
visitPartin 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:
visitRolelistin 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:
visitRoledeclin 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:
visitRoleasgnin 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:
visitSrcrolein 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:
visitSourcein 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:
visitSrcconstlstin 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:
visitSrcconstvalin 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:
visitSrcqueryin 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:
visitSrcquerytextin 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:
visitCheckin 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:
visitFormalWithParamin 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:
visitFormalParamin 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:
visitCheckBodyin 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:
visitCheckstmtin 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:
visitCheckasgnin 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:
visitCheckcallin 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:
visitActualWithParamin 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:
visitActualParamin 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:
visitCheckforin 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:
visitCheckifin 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:
visitCheckreturnin 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:
visitCheckReturnElementin 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:
visitActionin 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:
visitActionResultin 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:
visitExprin 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:
visitExprorin 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:
visitExprandin 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:
visitExprrelin 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:
visitExprtermin 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:
visitExprfactorin 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:
visitExprnotin 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:
visitExprunin 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:
visitExprvalin 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:
visitValuein 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:
visitVarvalin 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:
visitCallvalin 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:
visitAggvalin 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:
visitConstvalin 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:
visitAtomvalin 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:
visitListexprin 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:
visitConstlstin 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:
visitListMethodin 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:
visitListExprSelectin 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:
visitListExprSelectItemin 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:
visitListExprFromin 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:
visitListExprFromItemin 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:
visitListExprFromSourcein 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:
visitListExprJoinin 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:
visitListExprGroupByin 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:
visitListExprHavingin 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:
visitListExprOrderByin interfaceIQM4HDParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-