Package de.mvise.iqm4hd.dsl.parser.gen
Interface IQM4HDParserVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
IQM4HDParserBaseVisitor
public interface IQM4HDParserVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced byIQM4HDParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitStart
T visitStart(IQM4HDParser.StartContext ctx)
Visit a parse tree produced byIQM4HDParser.start().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPart
T visitPart(IQM4HDParser.PartContext ctx)
Visit a parse tree produced byIQM4HDParser.part().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRolelist
T visitRolelist(IQM4HDParser.RolelistContext ctx)
Visit a parse tree produced byIQM4HDParser.rolelist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoledecl
T visitRoledecl(IQM4HDParser.RoledeclContext ctx)
Visit a parse tree produced byIQM4HDParser.roledecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleasgn
T visitRoleasgn(IQM4HDParser.RoleasgnContext ctx)
Visit a parse tree produced byIQM4HDParser.roleasgn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrcrole
T visitSrcrole(IQM4HDParser.SrcroleContext ctx)
Visit a parse tree produced byIQM4HDParser.srcrole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSource
T visitSource(IQM4HDParser.SourceContext ctx)
Visit a parse tree produced byIQM4HDParser.source().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrcconstlst
T visitSrcconstlst(IQM4HDParser.SrcconstlstContext ctx)
Visit a parse tree produced byIQM4HDParser.srcconstlst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrcconstval
T visitSrcconstval(IQM4HDParser.SrcconstvalContext ctx)
Visit a parse tree produced byIQM4HDParser.srcconstval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrcquery
T visitSrcquery(IQM4HDParser.SrcqueryContext ctx)
Visit a parse tree produced byIQM4HDParser.srcquery().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSrcquerytext
T visitSrcquerytext(IQM4HDParser.SrcquerytextContext ctx)
Visit a parse tree produced byIQM4HDParser.srcquerytext().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheck
T visitCheck(IQM4HDParser.CheckContext ctx)
Visit a parse tree produced byIQM4HDParser.check().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalWithParam
T visitFormalWithParam(IQM4HDParser.FormalWithParamContext ctx)
Visit a parse tree produced byIQM4HDParser.formalWithParam().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParam
T visitFormalParam(IQM4HDParser.FormalParamContext ctx)
Visit a parse tree produced byIQM4HDParser.formalParam().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckBody
T visitCheckBody(IQM4HDParser.CheckBodyContext ctx)
Visit a parse tree produced byIQM4HDParser.checkBody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckstmt
T visitCheckstmt(IQM4HDParser.CheckstmtContext ctx)
Visit a parse tree produced byIQM4HDParser.checkstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckasgn
T visitCheckasgn(IQM4HDParser.CheckasgnContext ctx)
Visit a parse tree produced byIQM4HDParser.checkasgn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckcall
T visitCheckcall(IQM4HDParser.CheckcallContext ctx)
Visit a parse tree produced byIQM4HDParser.checkcall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActualWithParam
T visitActualWithParam(IQM4HDParser.ActualWithParamContext ctx)
Visit a parse tree produced byIQM4HDParser.actualWithParam().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActualParam
T visitActualParam(IQM4HDParser.ActualParamContext ctx)
Visit a parse tree produced byIQM4HDParser.actualParam().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckfor
T visitCheckfor(IQM4HDParser.CheckforContext ctx)
Visit a parse tree produced byIQM4HDParser.checkfor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckif
T visitCheckif(IQM4HDParser.CheckifContext ctx)
Visit a parse tree produced byIQM4HDParser.checkif().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckreturn
T visitCheckreturn(IQM4HDParser.CheckreturnContext ctx)
Visit a parse tree produced byIQM4HDParser.checkreturn().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckReturnElement
T visitCheckReturnElement(IQM4HDParser.CheckReturnElementContext ctx)
Visit a parse tree produced byIQM4HDParser.checkReturnElement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAction
T visitAction(IQM4HDParser.ActionContext ctx)
Visit a parse tree produced byIQM4HDParser.action().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitActionResult
T visitActionResult(IQM4HDParser.ActionResultContext ctx)
Visit a parse tree produced byIQM4HDParser.actionResult().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
T visitExpr(IQM4HDParser.ExprContext ctx)
Visit a parse tree produced byIQM4HDParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpror
T visitExpror(IQM4HDParser.ExprorContext ctx)
Visit a parse tree produced byIQM4HDParser.expror().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprand
T visitExprand(IQM4HDParser.ExprandContext ctx)
Visit a parse tree produced byIQM4HDParser.exprand().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprrel
T visitExprrel(IQM4HDParser.ExprrelContext ctx)
Visit a parse tree produced byIQM4HDParser.exprrel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprterm
T visitExprterm(IQM4HDParser.ExprtermContext ctx)
Visit a parse tree produced byIQM4HDParser.exprterm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprfactor
T visitExprfactor(IQM4HDParser.ExprfactorContext ctx)
Visit a parse tree produced byIQM4HDParser.exprfactor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprnot
T visitExprnot(IQM4HDParser.ExprnotContext ctx)
Visit a parse tree produced byIQM4HDParser.exprnot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprun
T visitExprun(IQM4HDParser.ExprunContext ctx)
Visit a parse tree produced byIQM4HDParser.exprun().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprval
T visitExprval(IQM4HDParser.ExprvalContext ctx)
Visit a parse tree produced byIQM4HDParser.exprval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValue
T visitValue(IQM4HDParser.ValueContext ctx)
Visit a parse tree produced byIQM4HDParser.value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarval
T visitVarval(IQM4HDParser.VarvalContext ctx)
Visit a parse tree produced byIQM4HDParser.varval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallval
T visitCallval(IQM4HDParser.CallvalContext ctx)
Visit a parse tree produced byIQM4HDParser.callval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggval
T visitAggval(IQM4HDParser.AggvalContext ctx)
Visit a parse tree produced byIQM4HDParser.aggval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstval
T visitConstval(IQM4HDParser.ConstvalContext ctx)
Visit a parse tree produced byIQM4HDParser.constval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtomval
T visitAtomval(IQM4HDParser.AtomvalContext ctx)
Visit a parse tree produced byIQM4HDParser.atomval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListexpr
T visitListexpr(IQM4HDParser.ListexprContext ctx)
Visit a parse tree produced byIQM4HDParser.listexpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstlst
T visitConstlst(IQM4HDParser.ConstlstContext ctx)
Visit a parse tree produced byIQM4HDParser.constlst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListMethod
T visitListMethod(IQM4HDParser.ListMethodContext ctx)
Visit a parse tree produced byIQM4HDParser.listMethod().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprSelect
T visitListExprSelect(IQM4HDParser.ListExprSelectContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprSelect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprSelectItem
T visitListExprSelectItem(IQM4HDParser.ListExprSelectItemContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprSelectItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprFrom
T visitListExprFrom(IQM4HDParser.ListExprFromContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFrom().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprFromItem
T visitListExprFromItem(IQM4HDParser.ListExprFromItemContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFromItem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprFromSource
T visitListExprFromSource(IQM4HDParser.ListExprFromSourceContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprFromSource().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprJoin
T visitListExprJoin(IQM4HDParser.ListExprJoinContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprJoin().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprGroupBy
T visitListExprGroupBy(IQM4HDParser.ListExprGroupByContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprGroupBy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprHaving
T visitListExprHaving(IQM4HDParser.ListExprHavingContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprHaving().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExprOrderBy
T visitListExprOrderBy(IQM4HDParser.ListExprOrderByContext ctx)
Visit a parse tree produced byIQM4HDParser.listExprOrderBy().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-