Class SDBLParserBaseVisitor<Result>
- Type Parameters:
Result- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
SDBLParserVisitor<Result>,ParseTreeVisitor<Result>
SDBLParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced bySDBLParser.aggregateFunctions().Visit a parse tree produced bySDBLParser.alias().Visit a parse tree produced bySDBLParser.asteriskField().Visit a parse tree produced bySDBLParser.betweenPredicate().Visit a parse tree produced bySDBLParser.bracketExpression().Visit a parse tree produced bySDBLParser.builtInFunctions().Visit a parse tree produced bySDBLParser.caseBranch().Visit a parse tree produced bySDBLParser.caseExpression().Visit a parse tree produced bySDBLParser.castFunction().Visit a parse tree produced bySDBLParser.column().Visit a parse tree produced bySDBLParser.columnField().Visit a parse tree produced bySDBLParser.comparePredicate().Visit a parse tree produced bySDBLParser.dataSource().Visit a parse tree produced bySDBLParser.dataSources().Visit a parse tree produced bySDBLParser.datePart().Visit a parse tree produced bySDBLParser.dropTableQuery().Visit a parse tree produced bySDBLParser.emptyTableColumns().Visit a parse tree produced bySDBLParser.emptyTableField().Visit a parse tree produced bySDBLParser.expression().Visit a parse tree produced bySDBLParser.expressionField().Visit a parse tree produced bySDBLParser.expressionList().Visit a parse tree produced bySDBLParser.functionCall().Visit a parse tree produced bySDBLParser.groupByItem().Visit a parse tree produced bySDBLParser.identifier().Visit a parse tree produced bySDBLParser.indexingItem().Visit a parse tree produced bySDBLParser.inlineTableField().Visit a parse tree produced bySDBLParser.inPredicate().Visit a parse tree produced bySDBLParser.isNullPredicate().Visit a parse tree produced bySDBLParser.joinPart().Visit a parse tree produced bySDBLParser.likePredicate().Visit a parse tree produced bySDBLParser.limitations().Visit a parse tree produced bySDBLParser.logicalExpression().Visit a parse tree produced bySDBLParser.mdo().Visit a parse tree produced bySDBLParser.multiString().Visit a parse tree produced bySDBLParser.orderBy().Visit a parse tree produced bySDBLParser.ordersByExpession().Visit a parse tree produced bySDBLParser.parameter().Visit a parse tree produced bySDBLParser.parameterTable().Visit a parse tree produced bySDBLParser.periodic().Visit a parse tree produced bySDBLParser.predicate().Visit a parse tree produced bySDBLParser.primitiveExpression().Visit a parse tree produced bySDBLParser.queries().Visit a parse tree produced bySDBLParser.query().Visit a parse tree produced bySDBLParser.queryPackage().Visit a parse tree produced bySDBLParser.recordAutoNumberFunction().Visit a parse tree produced bySDBLParser.refsPredicate().Visit a parse tree produced bySDBLParser.selectedField().Visit a parse tree produced bySDBLParser.selectedFields().Visit a parse tree produced bySDBLParser.selectQuery().Visit a parse tree produced bySDBLParser.sign().Visit a parse tree produced bySDBLParser.subquery().Visit a parse tree produced bySDBLParser.table().Visit a parse tree produced bySDBLParser.top().Visit a parse tree produced bySDBLParser.totalBy().Visit a parse tree produced bySDBLParser.totalsGroup().Visit a parse tree produced bySDBLParser.unaryExpression().Visit a parse tree produced bySDBLParser.union().Visit a parse tree produced bySDBLParser.valueFunction().Visit a parse tree produced bySDBLParser.virtualTable().Visit a parse tree produced bySDBLParser.virtualTableParameter().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
SDBLParserBaseVisitor
public SDBLParserBaseVisitor()
-
-
Method Details
-
visitQueryPackage
Visit a parse tree produced bySDBLParser.queryPackage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryPackagein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQueries
Visit a parse tree produced bySDBLParser.queries().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueriesin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropTableQuery
Visit a parse tree produced bySDBLParser.dropTableQuery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropTableQueryin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectQuery
Visit a parse tree produced bySDBLParser.selectQuery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectQueryin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery
Visit a parse tree produced bySDBLParser.subquery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubqueryin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnion
Visit a parse tree produced bySDBLParser.union().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced bySDBLParser.query().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimitations
Visit a parse tree produced bySDBLParser.limitations().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimitationsin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTop
Visit a parse tree produced bySDBLParser.top().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTopin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectedFields
Visit a parse tree produced bySDBLParser.selectedFields().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectedFieldsin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectedField
Visit a parse tree produced bySDBLParser.selectedField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectedFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsteriskField
Visit a parse tree produced bySDBLParser.asteriskField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsteriskFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionField
Visit a parse tree produced bySDBLParser.expressionField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnField
Visit a parse tree produced bySDBLParser.columnField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyTableField
Visit a parse tree produced bySDBLParser.emptyTableField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyTableFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyTableColumns
Visit a parse tree produced bySDBLParser.emptyTableColumns().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyTableColumnsin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineTableField
Visit a parse tree produced bySDBLParser.inlineTableField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineTableFieldin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecordAutoNumberFunction
public Result visitRecordAutoNumberFunction(@NotNull SDBLParser.RecordAutoNumberFunctionContext ctx) Visit a parse tree produced bySDBLParser.recordAutoNumberFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecordAutoNumberFunctionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByItem
Visit a parse tree produced bySDBLParser.groupByItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupByItemin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexingItem
Visit a parse tree produced bySDBLParser.indexingItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexingItemin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderBy
Visit a parse tree produced bySDBLParser.orderBy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderByin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrdersByExpession
Visit a parse tree produced bySDBLParser.ordersByExpession().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrdersByExpessionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTotalBy
Visit a parse tree produced bySDBLParser.totalBy().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTotalByin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTotalsGroup
Visit a parse tree produced bySDBLParser.totalsGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTotalsGroupin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPeriodic
Visit a parse tree produced bySDBLParser.periodic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPeriodicin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn
Visit a parse tree produced bySDBLParser.column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced bySDBLParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveExpression
Visit a parse tree produced bySDBLParser.primitiveExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseExpression
Visit a parse tree produced bySDBLParser.caseExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseBranch
Visit a parse tree produced bySDBLParser.caseBranch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCaseBranchin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBracketExpression
Visit a parse tree produced bySDBLParser.bracketExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBracketExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
Visit a parse tree produced bySDBLParser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced bySDBLParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuiltInFunctions
Visit a parse tree produced bySDBLParser.builtInFunctions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuiltInFunctionsin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregateFunctions
Visit a parse tree produced bySDBLParser.aggregateFunctions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregateFunctionsin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueFunction
Visit a parse tree produced bySDBLParser.valueFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueFunctionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastFunction
Visit a parse tree produced bySDBLParser.castFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastFunctionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogicalExpression
Visit a parse tree produced bySDBLParser.logicalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogicalExpressionin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
Visit a parse tree produced bySDBLParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikePredicate
Visit a parse tree produced bySDBLParser.likePredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLikePredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsNullPredicate
Visit a parse tree produced bySDBLParser.isNullPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsNullPredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparePredicate
Visit a parse tree produced bySDBLParser.comparePredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparePredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBetweenPredicate
Visit a parse tree produced bySDBLParser.betweenPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBetweenPredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInPredicate
Visit a parse tree produced bySDBLParser.inPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInPredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefsPredicate
Visit a parse tree produced bySDBLParser.refsPredicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefsPredicatein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
Visit a parse tree produced bySDBLParser.expressionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataSources
Visit a parse tree produced bySDBLParser.dataSources().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataSourcesin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDataSource
Visit a parse tree produced bySDBLParser.dataSource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDataSourcein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable
Visit a parse tree produced bySDBLParser.table().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtualTable
Visit a parse tree produced bySDBLParser.virtualTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVirtualTablein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtualTableParameter
Visit a parse tree produced bySDBLParser.virtualTableParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVirtualTableParameterin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTable
Visit a parse tree produced bySDBLParser.parameterTable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterTablein interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinPart
Visit a parse tree produced bySDBLParser.joinPart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinPartin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
Visit a parse tree produced bySDBLParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatePart
Visit a parse tree produced bySDBLParser.datePart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatePartin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiString
Visit a parse tree produced bySDBLParser.multiString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiStringin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSign
Visit a parse tree produced bySDBLParser.sign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced bySDBLParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameter
Visit a parse tree produced bySDBLParser.parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMdo
Visit a parse tree produced bySDBLParser.mdo().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMdoin interfaceSDBLParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-