PartiQLBaseListener

open class PartiQLBaseListener : PartiQLListener

This class provides an empty implementation of PartiQLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Functions

Link copied to clipboard
open fun enterAggregateBase(ctx: PartiQLParser.AggregateBaseContext)
Enter a parse tree produced by the AggregateBase} labeled alternative in PartiQLParser#aggregate.
Link copied to clipboard
open fun enterAnd(ctx: PartiQLParser.AndContext)
Enter a parse tree produced by the And} labeled alternative in PartiQLParser#exprAnd.
Link copied to clipboard
open fun enterArray(ctx: PartiQLParser.ArrayContext)
Enter a parse tree produced by PartiQLParser#array.
Link copied to clipboard
open fun enterAsIdent(ctx: PartiQLParser.AsIdentContext)
Enter a parse tree produced by PartiQLParser#asIdent.
Link copied to clipboard
open fun enterAtIdent(ctx: PartiQLParser.AtIdentContext)
Enter a parse tree produced by PartiQLParser#atIdent.
Link copied to clipboard
open fun enterBag(ctx: PartiQLParser.BagContext)
Enter a parse tree produced by PartiQLParser#bag.
Link copied to clipboard
open fun enterByIdent(ctx: PartiQLParser.ByIdentContext)
Enter a parse tree produced by PartiQLParser#byIdent.
Link copied to clipboard
open fun enterCanCast(ctx: PartiQLParser.CanCastContext)
Enter a parse tree produced by PartiQLParser#canCast.
Link copied to clipboard
open fun enterCanLosslessCast(ctx: PartiQLParser.CanLosslessCastContext)
Enter a parse tree produced by PartiQLParser#canLosslessCast.
Link copied to clipboard
open fun enterCaseExpr(ctx: PartiQLParser.CaseExprContext)
Enter a parse tree produced by PartiQLParser#caseExpr.
Link copied to clipboard
open fun enterCast(ctx: PartiQLParser.CastContext)
Enter a parse tree produced by PartiQLParser#cast.
Link copied to clipboard
open fun enterCoalesce(ctx: PartiQLParser.CoalesceContext)
Enter a parse tree produced by PartiQLParser#coalesce.
Link copied to clipboard
open fun enterColConstrNotNull(ctx: PartiQLParser.ColConstrNotNullContext)
Enter a parse tree produced by the ColConstrNotNull} labeled alternative in PartiQLParser#columnConstraintDef.
Link copied to clipboard
open fun enterColConstrNull(ctx: PartiQLParser.ColConstrNullContext)
Enter a parse tree produced by the ColConstrNull} labeled alternative in PartiQLParser#columnConstraintDef.
Link copied to clipboard
open fun enterCollection(ctx: PartiQLParser.CollectionContext)
Enter a parse tree produced by PartiQLParser#collection.
Link copied to clipboard
open fun enterColumnConstraint(ctx: PartiQLParser.ColumnConstraintContext)
Enter a parse tree produced by PartiQLParser#columnConstraint.
Link copied to clipboard
Enter a parse tree produced by PartiQLParser#columnConstraintName.
Link copied to clipboard
open fun enterColumnDeclaration(ctx: PartiQLParser.ColumnDeclarationContext)
Enter a parse tree produced by the ColumnDeclaration} labeled alternative in PartiQLParser#tableDefPart.
Link copied to clipboard
open fun enterColumnName(ctx: PartiQLParser.ColumnNameContext)
Enter a parse tree produced by PartiQLParser#columnName.
Link copied to clipboard
open fun enterConflictAction(ctx: PartiQLParser.ConflictActionContext)
Enter a parse tree produced by PartiQLParser#conflictAction.
Link copied to clipboard
open fun enterConflictTarget(ctx: PartiQLParser.ConflictTargetContext)
Enter a parse tree produced by PartiQLParser#conflictTarget.
Link copied to clipboard
open fun enterConstraintName(ctx: PartiQLParser.ConstraintNameContext)
Enter a parse tree produced by PartiQLParser#constraintName.
Link copied to clipboard
open fun enterCountAll(ctx: PartiQLParser.CountAllContext)
Enter a parse tree produced by the CountAll} labeled alternative in PartiQLParser#aggregate.
Link copied to clipboard
open fun enterCreateIndex(ctx: PartiQLParser.CreateIndexContext)
Enter a parse tree produced by the CreateIndex} labeled alternative in PartiQLParser#createCommand.
Link copied to clipboard
open fun enterCreateTable(ctx: PartiQLParser.CreateTableContext)
Enter a parse tree produced by the CreateTable} labeled alternative in PartiQLParser#createCommand.
Link copied to clipboard
open fun enterDateFunction(ctx: PartiQLParser.DateFunctionContext)
Enter a parse tree produced by PartiQLParser#dateFunction.
Link copied to clipboard
open fun enterDdl(ctx: PartiQLParser.DdlContext)
Enter a parse tree produced by PartiQLParser#ddl.
Link copied to clipboard
open fun enterDeleteCommand(ctx: PartiQLParser.DeleteCommandContext)
Enter a parse tree produced by PartiQLParser#deleteCommand.
Link copied to clipboard
open fun enterDmlBase(ctx: PartiQLParser.DmlBaseContext)
Enter a parse tree produced by the DmlBase} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun enterDmlBaseCommand(ctx: PartiQLParser.DmlBaseCommandContext)
Enter a parse tree produced by PartiQLParser#dmlBaseCommand.
Link copied to clipboard
open fun enterDmlBaseWrapper(ctx: PartiQLParser.DmlBaseWrapperContext)
Enter a parse tree produced by the DmlBaseWrapper} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun enterDmlDelete(ctx: PartiQLParser.DmlDeleteContext)
Enter a parse tree produced by the DmlDelete} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun enterDmlInsertReturning(ctx: PartiQLParser.DmlInsertReturningContext)
Enter a parse tree produced by the DmlInsertReturning} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun enterDoReplace(ctx: PartiQLParser.DoReplaceContext)
Enter a parse tree produced by PartiQLParser#doReplace.
Link copied to clipboard
open fun enterDoUpdate(ctx: PartiQLParser.DoUpdateContext)
Enter a parse tree produced by PartiQLParser#doUpdate.
Link copied to clipboard
open fun enterDql(ctx: PartiQLParser.DqlContext)
Enter a parse tree produced by PartiQLParser#dql.
Link copied to clipboard
open fun enterDropIndex(ctx: PartiQLParser.DropIndexContext)
Enter a parse tree produced by the DropIndex} labeled alternative in PartiQLParser#dropCommand.
Link copied to clipboard
open fun enterDropTable(ctx: PartiQLParser.DropTableContext)
Enter a parse tree produced by the DropTable} labeled alternative in PartiQLParser#dropCommand.
Link copied to clipboard
open fun enterEdgeAbbrev(ctx: PartiQLParser.EdgeAbbrevContext)
Enter a parse tree produced by PartiQLParser#edgeAbbrev.
Link copied to clipboard
open fun enterEdgeAbbreviated(ctx: PartiQLParser.EdgeAbbreviatedContext)
Enter a parse tree produced by the EdgeAbbreviated} labeled alternative in PartiQLParser#edge.
Link copied to clipboard
open fun enterEdgeSpec(ctx: PartiQLParser.EdgeSpecContext)
Enter a parse tree produced by PartiQLParser#edgeSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecBidirectional} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun enterEdgeSpecLeft(ctx: PartiQLParser.EdgeSpecLeftContext)
Enter a parse tree produced by the EdgeSpecLeft} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun enterEdgeSpecRight(ctx: PartiQLParser.EdgeSpecRightContext)
Enter a parse tree produced by the EdgeSpecRight} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun enterEdgeSpecUndirected(ctx: PartiQLParser.EdgeSpecUndirectedContext)
Enter a parse tree produced by the EdgeSpecUndirected} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecUndirectedBidirectional} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecUndirectedLeft} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecUndirectedRight} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun enterEdgeWithSpec(ctx: PartiQLParser.EdgeWithSpecContext)
Enter a parse tree produced by the EdgeWithSpec} labeled alternative in PartiQLParser#edge.
Link copied to clipboard
open fun enterEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
open fun enterExcept(ctx: PartiQLParser.ExceptContext)
Enter a parse tree produced by the Except} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun enterExcludeClause(ctx: PartiQLParser.ExcludeClauseContext)
Enter a parse tree produced by PartiQLParser#excludeClause.
Link copied to clipboard
open fun enterExcludeExpr(ctx: PartiQLParser.ExcludeExprContext)
Enter a parse tree produced by PartiQLParser#excludeExpr.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionAttr} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionIndex} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionWildcard} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprTupleAttr} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprTupleWildcard} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
open fun enterExecCommand(ctx: PartiQLParser.ExecCommandContext)
Enter a parse tree produced by PartiQLParser#execCommand.
Link copied to clipboard
open fun enterExplainOption(ctx: PartiQLParser.ExplainOptionContext)
Enter a parse tree produced by PartiQLParser#explainOption.
Link copied to clipboard
open fun enterExpr(ctx: PartiQLParser.ExprContext)
Enter a parse tree produced by PartiQLParser#expr.
Link copied to clipboard
open fun enterExprAndBase(ctx: PartiQLParser.ExprAndBaseContext)
Enter a parse tree produced by the ExprAndBase} labeled alternative in PartiQLParser#exprAnd.
Link copied to clipboard
open fun enterExprGraphMatchMany(ctx: PartiQLParser.ExprGraphMatchManyContext)
Enter a parse tree produced by PartiQLParser#exprGraphMatchMany.
Link copied to clipboard
open fun enterExprGraphMatchOne(ctx: PartiQLParser.ExprGraphMatchOneContext)
Enter a parse tree produced by PartiQLParser#exprGraphMatchOne.
Link copied to clipboard
open fun enterExprNotBase(ctx: PartiQLParser.ExprNotBaseContext)
Enter a parse tree produced by the ExprNotBase} labeled alternative in PartiQLParser#exprNot.
Link copied to clipboard
open fun enterExprOrBase(ctx: PartiQLParser.ExprOrBaseContext)
Enter a parse tree produced by the ExprOrBase} labeled alternative in PartiQLParser#exprOr.
Link copied to clipboard
open fun enterExprPrimaryBase(ctx: PartiQLParser.ExprPrimaryBaseContext)
Enter a parse tree produced by the ExprPrimaryBase} labeled alternative in PartiQLParser#exprPrimary.
Link copied to clipboard
open fun enterExprPrimaryPath(ctx: PartiQLParser.ExprPrimaryPathContext)
Enter a parse tree produced by the ExprPrimaryPath} labeled alternative in PartiQLParser#exprPrimary.
Link copied to clipboard
open fun enterExprTermBase(ctx: PartiQLParser.ExprTermBaseContext)
Enter a parse tree produced by the ExprTermBase} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun enterExprTermCurrentDate(ctx: PartiQLParser.ExprTermCurrentDateContext)
Enter a parse tree produced by the ExprTermCurrentDate} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun enterExprTermCurrentUser(ctx: PartiQLParser.ExprTermCurrentUserContext)
Enter a parse tree produced by the ExprTermCurrentUser} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
Enter a parse tree produced by the ExprTermWrappedQuery} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun enterExtract(ctx: PartiQLParser.ExtractContext)
Enter a parse tree produced by PartiQLParser#extract.
Link copied to clipboard
open fun enterFromClause(ctx: PartiQLParser.FromClauseContext)
Enter a parse tree produced by PartiQLParser#fromClause.
Link copied to clipboard
Enter a parse tree produced by the FromClauseSimpleExplicit} labeled alternative in PartiQLParser#fromClauseSimple.
Link copied to clipboard
Enter a parse tree produced by the FromClauseSimpleImplicit} labeled alternative in PartiQLParser#fromClauseSimple.
Link copied to clipboard
open fun enterFunctionCall(ctx: PartiQLParser.FunctionCallContext)
Enter a parse tree produced by PartiQLParser#functionCall.
Link copied to clipboard
Enter a parse tree produced by the FunctionNameReserved} labeled alternative in PartiQLParser#functionName.
Link copied to clipboard
open fun enterFunctionNameSymbol(ctx: PartiQLParser.FunctionNameSymbolContext)
Enter a parse tree produced by the FunctionNameSymbol} labeled alternative in PartiQLParser#functionName.
Link copied to clipboard
open fun enterGpmlPattern(ctx: PartiQLParser.GpmlPatternContext)
Enter a parse tree produced by PartiQLParser#gpmlPattern.
Link copied to clipboard
open fun enterGpmlPatternList(ctx: PartiQLParser.GpmlPatternListContext)
Enter a parse tree produced by PartiQLParser#gpmlPatternList.
Link copied to clipboard
open fun enterGraphPart(ctx: PartiQLParser.GraphPartContext)
Enter a parse tree produced by PartiQLParser#graphPart.
Link copied to clipboard
open fun enterGroupAlias(ctx: PartiQLParser.GroupAliasContext)
Enter a parse tree produced by PartiQLParser#groupAlias.
Link copied to clipboard
open fun enterGroupClause(ctx: PartiQLParser.GroupClauseContext)
Enter a parse tree produced by PartiQLParser#groupClause.
Link copied to clipboard
open fun enterGroupKey(ctx: PartiQLParser.GroupKeyContext)
Enter a parse tree produced by PartiQLParser#groupKey.
Link copied to clipboard
open fun enterHavingClause(ctx: PartiQLParser.HavingClauseContext)
Enter a parse tree produced by PartiQLParser#havingClause.
Link copied to clipboard
Enter a parse tree produced by PartiQLParser#insertCommandReturning.
Link copied to clipboard
open fun enterInsertStatement(ctx: PartiQLParser.InsertStatementContext)
Enter a parse tree produced by PartiQLParser#insertStatement.
Link copied to clipboard
Enter a parse tree produced by PartiQLParser#insertStatementLegacy.
Link copied to clipboard
open fun enterIntersect(ctx: PartiQLParser.IntersectContext)
Enter a parse tree produced by the Intersect} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun enterJoinRhsBase(ctx: PartiQLParser.JoinRhsBaseContext)
Enter a parse tree produced by the JoinRhsBase} labeled alternative in PartiQLParser#joinRhs.
Link copied to clipboard
open fun enterJoinRhsTableJoined(ctx: PartiQLParser.JoinRhsTableJoinedContext)
Enter a parse tree produced by the JoinRhsTableJoined} labeled alternative in PartiQLParser#joinRhs.
Link copied to clipboard
open fun enterJoinSpec(ctx: PartiQLParser.JoinSpecContext)
Enter a parse tree produced by PartiQLParser#joinSpec.
Link copied to clipboard
open fun enterJoinType(ctx: PartiQLParser.JoinTypeContext)
Enter a parse tree produced by PartiQLParser#joinType.
Link copied to clipboard
open fun enterLabelFactorNot(ctx: PartiQLParser.LabelFactorNotContext)
Enter a parse tree produced by the LabelFactorNot} labeled alternative in PartiQLParser#labelFactor.
Link copied to clipboard
open fun enterLabelFactorPrimary(ctx: PartiQLParser.LabelFactorPrimaryContext)
Enter a parse tree produced by the LabelFactorPrimary} labeled alternative in PartiQLParser#labelFactor.
Link copied to clipboard
open fun enterLabelPrimaryName(ctx: PartiQLParser.LabelPrimaryNameContext)
Enter a parse tree produced by the LabelPrimaryName} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun enterLabelPrimaryParen(ctx: PartiQLParser.LabelPrimaryParenContext)
Enter a parse tree produced by the LabelPrimaryParen} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun enterLabelPrimaryWild(ctx: PartiQLParser.LabelPrimaryWildContext)
Enter a parse tree produced by the LabelPrimaryWild} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun enterLabelSpecOr(ctx: PartiQLParser.LabelSpecOrContext)
Enter a parse tree produced by the LabelSpecOr} labeled alternative in PartiQLParser#labelSpec.
Link copied to clipboard
open fun enterLabelSpecTerm(ctx: PartiQLParser.LabelSpecTermContext)
Enter a parse tree produced by the LabelSpecTerm} labeled alternative in PartiQLParser#labelSpec.
Link copied to clipboard
open fun enterLabelTermAnd(ctx: PartiQLParser.LabelTermAndContext)
Enter a parse tree produced by the LabelTermAnd} labeled alternative in PartiQLParser#labelTerm.
Link copied to clipboard
open fun enterLabelTermFactor(ctx: PartiQLParser.LabelTermFactorContext)
Enter a parse tree produced by the LabelTermFactor} labeled alternative in PartiQLParser#labelTerm.
Link copied to clipboard
open fun enterLagLeadFunction(ctx: PartiQLParser.LagLeadFunctionContext)
Enter a parse tree produced by the LagLeadFunction} labeled alternative in PartiQLParser#windowFunction.
Link copied to clipboard
open fun enterLetBinding(ctx: PartiQLParser.LetBindingContext)
Enter a parse tree produced by PartiQLParser#letBinding.
Link copied to clipboard
open fun enterLetClause(ctx: PartiQLParser.LetClauseContext)
Enter a parse tree produced by PartiQLParser#letClause.
Link copied to clipboard
open fun enterLimitClause(ctx: PartiQLParser.LimitClauseContext)
Enter a parse tree produced by PartiQLParser#limitClause.
Link copied to clipboard
open fun enterLiteralDate(ctx: PartiQLParser.LiteralDateContext)
Enter a parse tree produced by the LiteralDate} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralDecimal(ctx: PartiQLParser.LiteralDecimalContext)
Enter a parse tree produced by the LiteralDecimal} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralFalse(ctx: PartiQLParser.LiteralFalseContext)
Enter a parse tree produced by the LiteralFalse} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralInteger(ctx: PartiQLParser.LiteralIntegerContext)
Enter a parse tree produced by the LiteralInteger} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralIon(ctx: PartiQLParser.LiteralIonContext)
Enter a parse tree produced by the LiteralIon} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralMissing(ctx: PartiQLParser.LiteralMissingContext)
Enter a parse tree produced by the LiteralMissing} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralNull(ctx: PartiQLParser.LiteralNullContext)
Enter a parse tree produced by the LiteralNull} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralString(ctx: PartiQLParser.LiteralStringContext)
Enter a parse tree produced by the LiteralString} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralTime(ctx: PartiQLParser.LiteralTimeContext)
Enter a parse tree produced by the LiteralTime} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralTimestamp(ctx: PartiQLParser.LiteralTimestampContext)
Enter a parse tree produced by the LiteralTimestamp} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterLiteralTrue(ctx: PartiQLParser.LiteralTrueContext)
Enter a parse tree produced by the LiteralTrue} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun enterMatchPattern(ctx: PartiQLParser.MatchPatternContext)
Enter a parse tree produced by PartiQLParser#matchPattern.
Link copied to clipboard
open fun enterMathOp00(ctx: PartiQLParser.MathOp00Context)
Enter a parse tree produced by PartiQLParser#mathOp00.
Link copied to clipboard
open fun enterMathOp01(ctx: PartiQLParser.MathOp01Context)
Enter a parse tree produced by PartiQLParser#mathOp01.
Link copied to clipboard
open fun enterMathOp02(ctx: PartiQLParser.MathOp02Context)
Enter a parse tree produced by PartiQLParser#mathOp02.
Link copied to clipboard
open fun enterNode(ctx: PartiQLParser.NodeContext)
Enter a parse tree produced by PartiQLParser#node.
Link copied to clipboard
open fun enterNonReservedKeywords(ctx: PartiQLParser.NonReservedKeywordsContext)
Enter a parse tree produced by PartiQLParser#nonReservedKeywords.
Link copied to clipboard
open fun enterNot(ctx: PartiQLParser.NotContext)
Enter a parse tree produced by the Not} labeled alternative in PartiQLParser#exprNot.
Link copied to clipboard
open fun enterNullIf(ctx: PartiQLParser.NullIfContext)
Enter a parse tree produced by PartiQLParser#nullIf.
Link copied to clipboard
open fun enterOffsetByClause(ctx: PartiQLParser.OffsetByClauseContext)
Enter a parse tree produced by PartiQLParser#offsetByClause.
Link copied to clipboard
open fun enterOnConflict(ctx: PartiQLParser.OnConflictContext)
Enter a parse tree produced by PartiQLParser#onConflict.
Link copied to clipboard
open fun enterOnConflictLegacy(ctx: PartiQLParser.OnConflictLegacyContext)
Enter a parse tree produced by PartiQLParser#onConflictLegacy.
Link copied to clipboard
open fun enterOr(ctx: PartiQLParser.OrContext)
Enter a parse tree produced by the Or} labeled alternative in PartiQLParser#exprOr.
Link copied to clipboard
open fun enterOrderByClause(ctx: PartiQLParser.OrderByClauseContext)
Enter a parse tree produced by PartiQLParser#orderByClause.
Link copied to clipboard
open fun enterOrderSortSpec(ctx: PartiQLParser.OrderSortSpecContext)
Enter a parse tree produced by PartiQLParser#orderSortSpec.
Link copied to clipboard
open fun enterOver(ctx: PartiQLParser.OverContext)
Enter a parse tree produced by PartiQLParser#over.
Link copied to clipboard
open fun enterOverlay(ctx: PartiQLParser.OverlayContext)
Enter a parse tree produced by PartiQLParser#overlay.
Link copied to clipboard
open fun enterPair(ctx: PartiQLParser.PairContext)
Enter a parse tree produced by PartiQLParser#pair.
Link copied to clipboard
open fun enterParameter(ctx: PartiQLParser.ParameterContext)
Enter a parse tree produced by PartiQLParser#parameter.
Link copied to clipboard
open fun enterPathSimple(ctx: PartiQLParser.PathSimpleContext)
Enter a parse tree produced by PartiQLParser#pathSimple.
Link copied to clipboard
open fun enterPathSimpleDotSymbol(ctx: PartiQLParser.PathSimpleDotSymbolContext)
Enter a parse tree produced by the PathSimpleDotSymbol} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun enterPathSimpleLiteral(ctx: PartiQLParser.PathSimpleLiteralContext)
Enter a parse tree produced by the PathSimpleLiteral} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun enterPathSimpleSymbol(ctx: PartiQLParser.PathSimpleSymbolContext)
Enter a parse tree produced by the PathSimpleSymbol} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun enterPathStepDotAll(ctx: PartiQLParser.PathStepDotAllContext)
Enter a parse tree produced by the PathStepDotAll} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun enterPathStepDotExpr(ctx: PartiQLParser.PathStepDotExprContext)
Enter a parse tree produced by the PathStepDotExpr} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun enterPathStepIndexAll(ctx: PartiQLParser.PathStepIndexAllContext)
Enter a parse tree produced by the PathStepIndexAll} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun enterPathStepIndexExpr(ctx: PartiQLParser.PathStepIndexExprContext)
Enter a parse tree produced by the PathStepIndexExpr} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun enterPattern(ctx: PartiQLParser.PatternContext)
Enter a parse tree produced by PartiQLParser#pattern.
Link copied to clipboard
open fun enterPatternPathVariable(ctx: PartiQLParser.PatternPathVariableContext)
Enter a parse tree produced by PartiQLParser#patternPathVariable.
Link copied to clipboard
open fun enterPatternQuantifier(ctx: PartiQLParser.PatternQuantifierContext)
Enter a parse tree produced by PartiQLParser#patternQuantifier.
Link copied to clipboard
open fun enterPatternRestrictor(ctx: PartiQLParser.PatternRestrictorContext)
Enter a parse tree produced by PartiQLParser#patternRestrictor.
Link copied to clipboard
open fun enterPosition(ctx: PartiQLParser.PositionContext)
Enter a parse tree produced by PartiQLParser#position.
Link copied to clipboard
open fun enterPredicateBase(ctx: PartiQLParser.PredicateBaseContext)
Enter a parse tree produced by the PredicateBase} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterPredicateBetween(ctx: PartiQLParser.PredicateBetweenContext)
Enter a parse tree produced by the PredicateBetween} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterPredicateComparison(ctx: PartiQLParser.PredicateComparisonContext)
Enter a parse tree produced by the PredicateComparison} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterPredicateIn(ctx: PartiQLParser.PredicateInContext)
Enter a parse tree produced by the PredicateIn} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterPredicateIs(ctx: PartiQLParser.PredicateIsContext)
Enter a parse tree produced by the PredicateIs} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterPredicateLike(ctx: PartiQLParser.PredicateLikeContext)
Enter a parse tree produced by the PredicateLike} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun enterProjectionItem(ctx: PartiQLParser.ProjectionItemContext)
Enter a parse tree produced by PartiQLParser#projectionItem.
Link copied to clipboard
open fun enterProjectionItems(ctx: PartiQLParser.ProjectionItemsContext)
Enter a parse tree produced by PartiQLParser#projectionItems.
Link copied to clipboard
open fun enterQueryBase(ctx: PartiQLParser.QueryBaseContext)
Enter a parse tree produced by the QueryBase} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun enterQueryDdl(ctx: PartiQLParser.QueryDdlContext)
Enter a parse tree produced by the QueryDdl} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun enterQueryDml(ctx: PartiQLParser.QueryDmlContext)
Enter a parse tree produced by the QueryDml} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun enterQueryDql(ctx: PartiQLParser.QueryDqlContext)
Enter a parse tree produced by the QueryDql} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun enterQueryExec(ctx: PartiQLParser.QueryExecContext)
Enter a parse tree produced by the QueryExec} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun enterRemoveCommand(ctx: PartiQLParser.RemoveCommandContext)
Enter a parse tree produced by PartiQLParser#removeCommand.
Link copied to clipboard
open fun enterReplaceCommand(ctx: PartiQLParser.ReplaceCommandContext)
Enter a parse tree produced by PartiQLParser#replaceCommand.
Link copied to clipboard
open fun enterReturningClause(ctx: PartiQLParser.ReturningClauseContext)
Enter a parse tree produced by PartiQLParser#returningClause.
Link copied to clipboard
open fun enterReturningColumn(ctx: PartiQLParser.ReturningColumnContext)
Enter a parse tree produced by PartiQLParser#returningColumn.
Link copied to clipboard
open fun enterRoot(ctx: PartiQLParser.RootContext)
Enter a parse tree produced by PartiQLParser#root.
Link copied to clipboard
open fun enterSelectAll(ctx: PartiQLParser.SelectAllContext)
Enter a parse tree produced by the SelectAll} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun enterSelectItems(ctx: PartiQLParser.SelectItemsContext)
Enter a parse tree produced by the SelectItems} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun enterSelectorAny(ctx: PartiQLParser.SelectorAnyContext)
Enter a parse tree produced by the SelectorAny} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun enterSelectorBasic(ctx: PartiQLParser.SelectorBasicContext)
Enter a parse tree produced by the SelectorBasic} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun enterSelectorShortest(ctx: PartiQLParser.SelectorShortestContext)
Enter a parse tree produced by the SelectorShortest} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun enterSelectPivot(ctx: PartiQLParser.SelectPivotContext)
Enter a parse tree produced by the SelectPivot} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun enterSelectValue(ctx: PartiQLParser.SelectValueContext)
Enter a parse tree produced by the SelectValue} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun enterSequenceConstructor(ctx: PartiQLParser.SequenceConstructorContext)
Enter a parse tree produced by PartiQLParser#sequenceConstructor.
Link copied to clipboard
open fun enterSetAssignment(ctx: PartiQLParser.SetAssignmentContext)
Enter a parse tree produced by PartiQLParser#setAssignment.
Link copied to clipboard
open fun enterSetCommand(ctx: PartiQLParser.SetCommandContext)
Enter a parse tree produced by PartiQLParser#setCommand.
Link copied to clipboard
Enter a parse tree produced by PartiQLParser#setQuantifierStrategy.
Link copied to clipboard
open fun enterSfwBase(ctx: PartiQLParser.SfwBaseContext)
Enter a parse tree produced by the SfwBase} labeled alternative in PartiQLParser#exprSelect.
Link copied to clipboard
open fun enterSfwQuery(ctx: PartiQLParser.SfwQueryContext)
Enter a parse tree produced by the SfwQuery} labeled alternative in PartiQLParser#exprSelect.
Link copied to clipboard
open fun enterSubstring(ctx: PartiQLParser.SubstringContext)
Enter a parse tree produced by PartiQLParser#substring.
Link copied to clipboard
open fun enterSymbolPrimitive(ctx: PartiQLParser.SymbolPrimitiveContext)
Enter a parse tree produced by PartiQLParser#symbolPrimitive.
Link copied to clipboard
open fun enterTableBaseRefClauses(ctx: PartiQLParser.TableBaseRefClausesContext)
Enter a parse tree produced by the TableBaseRefClauses} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun enterTableBaseRefMatch(ctx: PartiQLParser.TableBaseRefMatchContext)
Enter a parse tree produced by the TableBaseRefMatch} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun enterTableBaseRefSymbol(ctx: PartiQLParser.TableBaseRefSymbolContext)
Enter a parse tree produced by the TableBaseRefSymbol} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun enterTableConstraintName(ctx: PartiQLParser.TableConstraintNameContext)
Enter a parse tree produced by PartiQLParser#tableConstraintName.
Link copied to clipboard
open fun enterTableCrossJoin(ctx: PartiQLParser.TableCrossJoinContext)
Enter a parse tree produced by the TableCrossJoin} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun enterTableDef(ctx: PartiQLParser.TableDefContext)
Enter a parse tree produced by PartiQLParser#tableDef.
Link copied to clipboard
open fun enterTableName(ctx: PartiQLParser.TableNameContext)
Enter a parse tree produced by PartiQLParser#tableName.
Link copied to clipboard
open fun enterTableNonJoin(ctx: PartiQLParser.TableNonJoinContext)
Enter a parse tree produced by PartiQLParser#tableNonJoin.
Link copied to clipboard
open fun enterTableQualifiedJoin(ctx: PartiQLParser.TableQualifiedJoinContext)
Enter a parse tree produced by the TableQualifiedJoin} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun enterTableRefBase(ctx: PartiQLParser.TableRefBaseContext)
Enter a parse tree produced by the TableRefBase} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun enterTableUnpivot(ctx: PartiQLParser.TableUnpivotContext)
Enter a parse tree produced by PartiQLParser#tableUnpivot.
Link copied to clipboard
open fun enterTableWrapped(ctx: PartiQLParser.TableWrappedContext)
Enter a parse tree produced by the TableWrapped} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun enterTrimFunction(ctx: PartiQLParser.TrimFunctionContext)
Enter a parse tree produced by PartiQLParser#trimFunction.
Link copied to clipboard
open fun enterTuple(ctx: PartiQLParser.TupleContext)
Enter a parse tree produced by PartiQLParser#tuple.
Link copied to clipboard
open fun enterTypeArgDouble(ctx: PartiQLParser.TypeArgDoubleContext)
Enter a parse tree produced by the TypeArgDouble} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterTypeArgSingle(ctx: PartiQLParser.TypeArgSingleContext)
Enter a parse tree produced by the TypeArgSingle} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterTypeAtomic(ctx: PartiQLParser.TypeAtomicContext)
Enter a parse tree produced by the TypeAtomic} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterTypeCustom(ctx: PartiQLParser.TypeCustomContext)
Enter a parse tree produced by the TypeCustom} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterTypeTimeZone(ctx: PartiQLParser.TypeTimeZoneContext)
Enter a parse tree produced by the TypeTimeZone} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterTypeVarChar(ctx: PartiQLParser.TypeVarCharContext)
Enter a parse tree produced by the TypeVarChar} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun enterUnion(ctx: PartiQLParser.UnionContext)
Enter a parse tree produced by the Union} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun enterUpdateClause(ctx: PartiQLParser.UpdateClauseContext)
Enter a parse tree produced by PartiQLParser#updateClause.
Link copied to clipboard
open fun enterUpsertCommand(ctx: PartiQLParser.UpsertCommandContext)
Enter a parse tree produced by PartiQLParser#upsertCommand.
Link copied to clipboard
open fun enterValueExpr(ctx: PartiQLParser.ValueExprContext)
Enter a parse tree produced by PartiQLParser#valueExpr.
Link copied to clipboard
open fun enterValueList(ctx: PartiQLParser.ValueListContext)
Enter a parse tree produced by PartiQLParser#valueList.
Link copied to clipboard
open fun enterValueRow(ctx: PartiQLParser.ValueRowContext)
Enter a parse tree produced by PartiQLParser#valueRow.
Link copied to clipboard
open fun enterValues(ctx: PartiQLParser.ValuesContext)
Enter a parse tree produced by the values} labeled alternative in PartiQLParser#statementstatementstatementstatementcreateCommandcreateCommanddropCommanddropCommandtableDefPartcolumnConstraintDefcolumnConstraintDefdmldmldmldmlpathSimpleStepspathSimpleStepspathSimpleStepsfromClauseSimplefromClauseSimpleselectClauseselectClauseselectClauseselectClauseexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsmatchSelectormatchSelectormatchSelectoredgeedgeedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpeclabelSpeclabelSpeclabelTermlabelTermlabelFactorlabelFactorlabelPrimarylabelPrimarylabelPrimarytableReferencetableReferencetableReferencetableReferencetableBaseReferencetableBaseReferencetableBaseReferencejoinRhsjoinRhsexprBagOpexprBagOpexprBagOpexprBagOpexprSelectexprSelectexprOrexprOrexprAndexprAndexprNotexprNotexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPrimaryexprPrimaryexprTermexprTermexprTermexprTermaggregateaggregatewindowFunctionfunctionNamefunctionNamepathSteppathSteppathSteppathStepvarRefExprvarRefExprliteralliteralliteralliteralliteralliteralliteralliteralliteralliteralliteraltypetypetypetypetypetype.
Link copied to clipboard
open fun enterVariableIdentifier(ctx: PartiQLParser.VariableIdentifierContext)
Enter a parse tree produced by the VariableIdentifier} labeled alternative in PartiQLParser#varRefExpr.
Link copied to clipboard
open fun enterVariableKeyword(ctx: PartiQLParser.VariableKeywordContext)
Enter a parse tree produced by the VariableKeyword} labeled alternative in PartiQLParser#varRefExpr.
Link copied to clipboard
open fun enterWhereClause(ctx: PartiQLParser.WhereClauseContext)
Enter a parse tree produced by PartiQLParser#whereClause.
Link copied to clipboard
open fun enterWhereClauseSelect(ctx: PartiQLParser.WhereClauseSelectContext)
Enter a parse tree produced by PartiQLParser#whereClauseSelect.
Link copied to clipboard
open fun enterWindowPartitionList(ctx: PartiQLParser.WindowPartitionListContext)
Enter a parse tree produced by PartiQLParser#windowPartitionList.
Link copied to clipboard
open fun enterWindowSortSpecList(ctx: PartiQLParser.WindowSortSpecListContext)
Enter a parse tree produced by PartiQLParser#windowSortSpecList.
Link copied to clipboard
open fun exitAggregateBase(ctx: PartiQLParser.AggregateBaseContext)
Exit a parse tree produced by the AggregateBase} labeled alternative in PartiQLParser#aggregate.
Link copied to clipboard
open fun exitAnd(ctx: PartiQLParser.AndContext)
Exit a parse tree produced by the And} labeled alternative in PartiQLParser#exprAnd.
Link copied to clipboard
open fun exitArray(ctx: PartiQLParser.ArrayContext)
Exit a parse tree produced by PartiQLParser#array.
Link copied to clipboard
open fun exitAsIdent(ctx: PartiQLParser.AsIdentContext)
Exit a parse tree produced by PartiQLParser#asIdent.
Link copied to clipboard
open fun exitAtIdent(ctx: PartiQLParser.AtIdentContext)
Exit a parse tree produced by PartiQLParser#atIdent.
Link copied to clipboard
open fun exitBag(ctx: PartiQLParser.BagContext)
Exit a parse tree produced by PartiQLParser#bag.
Link copied to clipboard
open fun exitByIdent(ctx: PartiQLParser.ByIdentContext)
Exit a parse tree produced by PartiQLParser#byIdent.
Link copied to clipboard
open fun exitCanCast(ctx: PartiQLParser.CanCastContext)
Exit a parse tree produced by PartiQLParser#canCast.
Link copied to clipboard
open fun exitCanLosslessCast(ctx: PartiQLParser.CanLosslessCastContext)
Exit a parse tree produced by PartiQLParser#canLosslessCast.
Link copied to clipboard
open fun exitCaseExpr(ctx: PartiQLParser.CaseExprContext)
Exit a parse tree produced by PartiQLParser#caseExpr.
Link copied to clipboard
open fun exitCast(ctx: PartiQLParser.CastContext)
Exit a parse tree produced by PartiQLParser#cast.
Link copied to clipboard
open fun exitCoalesce(ctx: PartiQLParser.CoalesceContext)
Exit a parse tree produced by PartiQLParser#coalesce.
Link copied to clipboard
open fun exitColConstrNotNull(ctx: PartiQLParser.ColConstrNotNullContext)
Exit a parse tree produced by the ColConstrNotNull} labeled alternative in PartiQLParser#columnConstraintDef.
Link copied to clipboard
open fun exitColConstrNull(ctx: PartiQLParser.ColConstrNullContext)
Exit a parse tree produced by the ColConstrNull} labeled alternative in PartiQLParser#columnConstraintDef.
Link copied to clipboard
open fun exitCollection(ctx: PartiQLParser.CollectionContext)
Exit a parse tree produced by PartiQLParser#collection.
Link copied to clipboard
open fun exitColumnConstraint(ctx: PartiQLParser.ColumnConstraintContext)
Exit a parse tree produced by PartiQLParser#columnConstraint.
Link copied to clipboard
Exit a parse tree produced by PartiQLParser#columnConstraintName.
Link copied to clipboard
open fun exitColumnDeclaration(ctx: PartiQLParser.ColumnDeclarationContext)
Exit a parse tree produced by the ColumnDeclaration} labeled alternative in PartiQLParser#tableDefPart.
Link copied to clipboard
open fun exitColumnName(ctx: PartiQLParser.ColumnNameContext)
Exit a parse tree produced by PartiQLParser#columnName.
Link copied to clipboard
open fun exitConflictAction(ctx: PartiQLParser.ConflictActionContext)
Exit a parse tree produced by PartiQLParser#conflictAction.
Link copied to clipboard
open fun exitConflictTarget(ctx: PartiQLParser.ConflictTargetContext)
Exit a parse tree produced by PartiQLParser#conflictTarget.
Link copied to clipboard
open fun exitConstraintName(ctx: PartiQLParser.ConstraintNameContext)
Exit a parse tree produced by PartiQLParser#constraintName.
Link copied to clipboard
open fun exitCountAll(ctx: PartiQLParser.CountAllContext)
Exit a parse tree produced by the CountAll} labeled alternative in PartiQLParser#aggregate.
Link copied to clipboard
open fun exitCreateIndex(ctx: PartiQLParser.CreateIndexContext)
Exit a parse tree produced by the CreateIndex} labeled alternative in PartiQLParser#createCommand.
Link copied to clipboard
open fun exitCreateTable(ctx: PartiQLParser.CreateTableContext)
Exit a parse tree produced by the CreateTable} labeled alternative in PartiQLParser#createCommand.
Link copied to clipboard
open fun exitDateFunction(ctx: PartiQLParser.DateFunctionContext)
Exit a parse tree produced by PartiQLParser#dateFunction.
Link copied to clipboard
open fun exitDdl(ctx: PartiQLParser.DdlContext)
Exit a parse tree produced by PartiQLParser#ddl.
Link copied to clipboard
open fun exitDeleteCommand(ctx: PartiQLParser.DeleteCommandContext)
Exit a parse tree produced by PartiQLParser#deleteCommand.
Link copied to clipboard
open fun exitDmlBase(ctx: PartiQLParser.DmlBaseContext)
Exit a parse tree produced by the DmlBase} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun exitDmlBaseCommand(ctx: PartiQLParser.DmlBaseCommandContext)
Exit a parse tree produced by PartiQLParser#dmlBaseCommand.
Link copied to clipboard
open fun exitDmlBaseWrapper(ctx: PartiQLParser.DmlBaseWrapperContext)
Exit a parse tree produced by the DmlBaseWrapper} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun exitDmlDelete(ctx: PartiQLParser.DmlDeleteContext)
Exit a parse tree produced by the DmlDelete} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun exitDmlInsertReturning(ctx: PartiQLParser.DmlInsertReturningContext)
Exit a parse tree produced by the DmlInsertReturning} labeled alternative in PartiQLParser#dml.
Link copied to clipboard
open fun exitDoReplace(ctx: PartiQLParser.DoReplaceContext)
Exit a parse tree produced by PartiQLParser#doReplace.
Link copied to clipboard
open fun exitDoUpdate(ctx: PartiQLParser.DoUpdateContext)
Exit a parse tree produced by PartiQLParser#doUpdate.
Link copied to clipboard
open fun exitDql(ctx: PartiQLParser.DqlContext)
Exit a parse tree produced by PartiQLParser#dql.
Link copied to clipboard
open fun exitDropIndex(ctx: PartiQLParser.DropIndexContext)
Exit a parse tree produced by the DropIndex} labeled alternative in PartiQLParser#dropCommand.
Link copied to clipboard
open fun exitDropTable(ctx: PartiQLParser.DropTableContext)
Exit a parse tree produced by the DropTable} labeled alternative in PartiQLParser#dropCommand.
Link copied to clipboard
open fun exitEdgeAbbrev(ctx: PartiQLParser.EdgeAbbrevContext)
Exit a parse tree produced by PartiQLParser#edgeAbbrev.
Link copied to clipboard
open fun exitEdgeAbbreviated(ctx: PartiQLParser.EdgeAbbreviatedContext)
Exit a parse tree produced by the EdgeAbbreviated} labeled alternative in PartiQLParser#edge.
Link copied to clipboard
open fun exitEdgeSpec(ctx: PartiQLParser.EdgeSpecContext)
Exit a parse tree produced by PartiQLParser#edgeSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecBidirectional} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun exitEdgeSpecLeft(ctx: PartiQLParser.EdgeSpecLeftContext)
Exit a parse tree produced by the EdgeSpecLeft} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun exitEdgeSpecRight(ctx: PartiQLParser.EdgeSpecRightContext)
Exit a parse tree produced by the EdgeSpecRight} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun exitEdgeSpecUndirected(ctx: PartiQLParser.EdgeSpecUndirectedContext)
Exit a parse tree produced by the EdgeSpecUndirected} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecUndirectedBidirectional} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecUndirectedLeft} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecUndirectedRight} labeled alternative in PartiQLParser#edgeWSpec.
Link copied to clipboard
open fun exitEdgeWithSpec(ctx: PartiQLParser.EdgeWithSpecContext)
Exit a parse tree produced by the EdgeWithSpec} labeled alternative in PartiQLParser#edge.
Link copied to clipboard
open fun exitEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
open fun exitExcept(ctx: PartiQLParser.ExceptContext)
Exit a parse tree produced by the Except} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun exitExcludeClause(ctx: PartiQLParser.ExcludeClauseContext)
Exit a parse tree produced by PartiQLParser#excludeClause.
Link copied to clipboard
open fun exitExcludeExpr(ctx: PartiQLParser.ExcludeExprContext)
Exit a parse tree produced by PartiQLParser#excludeExpr.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionAttr} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionIndex} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionWildcard} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprTupleAttr} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprTupleWildcard} labeled alternative in PartiQLParser#excludeExprSteps.
Link copied to clipboard
open fun exitExecCommand(ctx: PartiQLParser.ExecCommandContext)
Exit a parse tree produced by PartiQLParser#execCommand.
Link copied to clipboard
open fun exitExplainOption(ctx: PartiQLParser.ExplainOptionContext)
Exit a parse tree produced by PartiQLParser#explainOption.
Link copied to clipboard
open fun exitExpr(ctx: PartiQLParser.ExprContext)
Exit a parse tree produced by PartiQLParser#expr.
Link copied to clipboard
open fun exitExprAndBase(ctx: PartiQLParser.ExprAndBaseContext)
Exit a parse tree produced by the ExprAndBase} labeled alternative in PartiQLParser#exprAnd.
Link copied to clipboard
open fun exitExprGraphMatchMany(ctx: PartiQLParser.ExprGraphMatchManyContext)
Exit a parse tree produced by PartiQLParser#exprGraphMatchMany.
Link copied to clipboard
open fun exitExprGraphMatchOne(ctx: PartiQLParser.ExprGraphMatchOneContext)
Exit a parse tree produced by PartiQLParser#exprGraphMatchOne.
Link copied to clipboard
open fun exitExprNotBase(ctx: PartiQLParser.ExprNotBaseContext)
Exit a parse tree produced by the ExprNotBase} labeled alternative in PartiQLParser#exprNot.
Link copied to clipboard
open fun exitExprOrBase(ctx: PartiQLParser.ExprOrBaseContext)
Exit a parse tree produced by the ExprOrBase} labeled alternative in PartiQLParser#exprOr.
Link copied to clipboard
open fun exitExprPrimaryBase(ctx: PartiQLParser.ExprPrimaryBaseContext)
Exit a parse tree produced by the ExprPrimaryBase} labeled alternative in PartiQLParser#exprPrimary.
Link copied to clipboard
open fun exitExprPrimaryPath(ctx: PartiQLParser.ExprPrimaryPathContext)
Exit a parse tree produced by the ExprPrimaryPath} labeled alternative in PartiQLParser#exprPrimary.
Link copied to clipboard
open fun exitExprTermBase(ctx: PartiQLParser.ExprTermBaseContext)
Exit a parse tree produced by the ExprTermBase} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun exitExprTermCurrentDate(ctx: PartiQLParser.ExprTermCurrentDateContext)
Exit a parse tree produced by the ExprTermCurrentDate} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun exitExprTermCurrentUser(ctx: PartiQLParser.ExprTermCurrentUserContext)
Exit a parse tree produced by the ExprTermCurrentUser} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
Exit a parse tree produced by the ExprTermWrappedQuery} labeled alternative in PartiQLParser#exprTerm.
Link copied to clipboard
open fun exitExtract(ctx: PartiQLParser.ExtractContext)
Exit a parse tree produced by PartiQLParser#extract.
Link copied to clipboard
open fun exitFromClause(ctx: PartiQLParser.FromClauseContext)
Exit a parse tree produced by PartiQLParser#fromClause.
Link copied to clipboard
Exit a parse tree produced by the FromClauseSimpleExplicit} labeled alternative in PartiQLParser#fromClauseSimple.
Link copied to clipboard
Exit a parse tree produced by the FromClauseSimpleImplicit} labeled alternative in PartiQLParser#fromClauseSimple.
Link copied to clipboard
open fun exitFunctionCall(ctx: PartiQLParser.FunctionCallContext)
Exit a parse tree produced by PartiQLParser#functionCall.
Link copied to clipboard
Exit a parse tree produced by the FunctionNameReserved} labeled alternative in PartiQLParser#functionName.
Link copied to clipboard
open fun exitFunctionNameSymbol(ctx: PartiQLParser.FunctionNameSymbolContext)
Exit a parse tree produced by the FunctionNameSymbol} labeled alternative in PartiQLParser#functionName.
Link copied to clipboard
open fun exitGpmlPattern(ctx: PartiQLParser.GpmlPatternContext)
Exit a parse tree produced by PartiQLParser#gpmlPattern.
Link copied to clipboard
open fun exitGpmlPatternList(ctx: PartiQLParser.GpmlPatternListContext)
Exit a parse tree produced by PartiQLParser#gpmlPatternList.
Link copied to clipboard
open fun exitGraphPart(ctx: PartiQLParser.GraphPartContext)
Exit a parse tree produced by PartiQLParser#graphPart.
Link copied to clipboard
open fun exitGroupAlias(ctx: PartiQLParser.GroupAliasContext)
Exit a parse tree produced by PartiQLParser#groupAlias.
Link copied to clipboard
open fun exitGroupClause(ctx: PartiQLParser.GroupClauseContext)
Exit a parse tree produced by PartiQLParser#groupClause.
Link copied to clipboard
open fun exitGroupKey(ctx: PartiQLParser.GroupKeyContext)
Exit a parse tree produced by PartiQLParser#groupKey.
Link copied to clipboard
open fun exitHavingClause(ctx: PartiQLParser.HavingClauseContext)
Exit a parse tree produced by PartiQLParser#havingClause.
Link copied to clipboard
Exit a parse tree produced by PartiQLParser#insertCommandReturning.
Link copied to clipboard
open fun exitInsertStatement(ctx: PartiQLParser.InsertStatementContext)
Exit a parse tree produced by PartiQLParser#insertStatement.
Link copied to clipboard
Exit a parse tree produced by PartiQLParser#insertStatementLegacy.
Link copied to clipboard
open fun exitIntersect(ctx: PartiQLParser.IntersectContext)
Exit a parse tree produced by the Intersect} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun exitJoinRhsBase(ctx: PartiQLParser.JoinRhsBaseContext)
Exit a parse tree produced by the JoinRhsBase} labeled alternative in PartiQLParser#joinRhs.
Link copied to clipboard
open fun exitJoinRhsTableJoined(ctx: PartiQLParser.JoinRhsTableJoinedContext)
Exit a parse tree produced by the JoinRhsTableJoined} labeled alternative in PartiQLParser#joinRhs.
Link copied to clipboard
open fun exitJoinSpec(ctx: PartiQLParser.JoinSpecContext)
Exit a parse tree produced by PartiQLParser#joinSpec.
Link copied to clipboard
open fun exitJoinType(ctx: PartiQLParser.JoinTypeContext)
Exit a parse tree produced by PartiQLParser#joinType.
Link copied to clipboard
open fun exitLabelFactorNot(ctx: PartiQLParser.LabelFactorNotContext)
Exit a parse tree produced by the LabelFactorNot} labeled alternative in PartiQLParser#labelFactor.
Link copied to clipboard
open fun exitLabelFactorPrimary(ctx: PartiQLParser.LabelFactorPrimaryContext)
Exit a parse tree produced by the LabelFactorPrimary} labeled alternative in PartiQLParser#labelFactor.
Link copied to clipboard
open fun exitLabelPrimaryName(ctx: PartiQLParser.LabelPrimaryNameContext)
Exit a parse tree produced by the LabelPrimaryName} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun exitLabelPrimaryParen(ctx: PartiQLParser.LabelPrimaryParenContext)
Exit a parse tree produced by the LabelPrimaryParen} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun exitLabelPrimaryWild(ctx: PartiQLParser.LabelPrimaryWildContext)
Exit a parse tree produced by the LabelPrimaryWild} labeled alternative in PartiQLParser#labelPrimary.
Link copied to clipboard
open fun exitLabelSpecOr(ctx: PartiQLParser.LabelSpecOrContext)
Exit a parse tree produced by the LabelSpecOr} labeled alternative in PartiQLParser#labelSpec.
Link copied to clipboard
open fun exitLabelSpecTerm(ctx: PartiQLParser.LabelSpecTermContext)
Exit a parse tree produced by the LabelSpecTerm} labeled alternative in PartiQLParser#labelSpec.
Link copied to clipboard
open fun exitLabelTermAnd(ctx: PartiQLParser.LabelTermAndContext)
Exit a parse tree produced by the LabelTermAnd} labeled alternative in PartiQLParser#labelTerm.
Link copied to clipboard
open fun exitLabelTermFactor(ctx: PartiQLParser.LabelTermFactorContext)
Exit a parse tree produced by the LabelTermFactor} labeled alternative in PartiQLParser#labelTerm.
Link copied to clipboard
open fun exitLagLeadFunction(ctx: PartiQLParser.LagLeadFunctionContext)
Exit a parse tree produced by the LagLeadFunction} labeled alternative in PartiQLParser#windowFunction.
Link copied to clipboard
open fun exitLetBinding(ctx: PartiQLParser.LetBindingContext)
Exit a parse tree produced by PartiQLParser#letBinding.
Link copied to clipboard
open fun exitLetClause(ctx: PartiQLParser.LetClauseContext)
Exit a parse tree produced by PartiQLParser#letClause.
Link copied to clipboard
open fun exitLimitClause(ctx: PartiQLParser.LimitClauseContext)
Exit a parse tree produced by PartiQLParser#limitClause.
Link copied to clipboard
open fun exitLiteralDate(ctx: PartiQLParser.LiteralDateContext)
Exit a parse tree produced by the LiteralDate} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralDecimal(ctx: PartiQLParser.LiteralDecimalContext)
Exit a parse tree produced by the LiteralDecimal} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralFalse(ctx: PartiQLParser.LiteralFalseContext)
Exit a parse tree produced by the LiteralFalse} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralInteger(ctx: PartiQLParser.LiteralIntegerContext)
Exit a parse tree produced by the LiteralInteger} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralIon(ctx: PartiQLParser.LiteralIonContext)
Exit a parse tree produced by the LiteralIon} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralMissing(ctx: PartiQLParser.LiteralMissingContext)
Exit a parse tree produced by the LiteralMissing} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralNull(ctx: PartiQLParser.LiteralNullContext)
Exit a parse tree produced by the LiteralNull} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralString(ctx: PartiQLParser.LiteralStringContext)
Exit a parse tree produced by the LiteralString} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralTime(ctx: PartiQLParser.LiteralTimeContext)
Exit a parse tree produced by the LiteralTime} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralTimestamp(ctx: PartiQLParser.LiteralTimestampContext)
Exit a parse tree produced by the LiteralTimestamp} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitLiteralTrue(ctx: PartiQLParser.LiteralTrueContext)
Exit a parse tree produced by the LiteralTrue} labeled alternative in PartiQLParser#literal.
Link copied to clipboard
open fun exitMatchPattern(ctx: PartiQLParser.MatchPatternContext)
Exit a parse tree produced by PartiQLParser#matchPattern.
Link copied to clipboard
open fun exitMathOp00(ctx: PartiQLParser.MathOp00Context)
Exit a parse tree produced by PartiQLParser#mathOp00.
Link copied to clipboard
open fun exitMathOp01(ctx: PartiQLParser.MathOp01Context)
Exit a parse tree produced by PartiQLParser#mathOp01.
Link copied to clipboard
open fun exitMathOp02(ctx: PartiQLParser.MathOp02Context)
Exit a parse tree produced by PartiQLParser#mathOp02.
Link copied to clipboard
open fun exitNode(ctx: PartiQLParser.NodeContext)
Exit a parse tree produced by PartiQLParser#node.
Link copied to clipboard
open fun exitNonReservedKeywords(ctx: PartiQLParser.NonReservedKeywordsContext)
Exit a parse tree produced by PartiQLParser#nonReservedKeywords.
Link copied to clipboard
open fun exitNot(ctx: PartiQLParser.NotContext)
Exit a parse tree produced by the Not} labeled alternative in PartiQLParser#exprNot.
Link copied to clipboard
open fun exitNullIf(ctx: PartiQLParser.NullIfContext)
Exit a parse tree produced by PartiQLParser#nullIf.
Link copied to clipboard
open fun exitOffsetByClause(ctx: PartiQLParser.OffsetByClauseContext)
Exit a parse tree produced by PartiQLParser#offsetByClause.
Link copied to clipboard
open fun exitOnConflict(ctx: PartiQLParser.OnConflictContext)
Exit a parse tree produced by PartiQLParser#onConflict.
Link copied to clipboard
open fun exitOnConflictLegacy(ctx: PartiQLParser.OnConflictLegacyContext)
Exit a parse tree produced by PartiQLParser#onConflictLegacy.
Link copied to clipboard
open fun exitOr(ctx: PartiQLParser.OrContext)
Exit a parse tree produced by the Or} labeled alternative in PartiQLParser#exprOr.
Link copied to clipboard
open fun exitOrderByClause(ctx: PartiQLParser.OrderByClauseContext)
Exit a parse tree produced by PartiQLParser#orderByClause.
Link copied to clipboard
open fun exitOrderSortSpec(ctx: PartiQLParser.OrderSortSpecContext)
Exit a parse tree produced by PartiQLParser#orderSortSpec.
Link copied to clipboard
open fun exitOver(ctx: PartiQLParser.OverContext)
Exit a parse tree produced by PartiQLParser#over.
Link copied to clipboard
open fun exitOverlay(ctx: PartiQLParser.OverlayContext)
Exit a parse tree produced by PartiQLParser#overlay.
Link copied to clipboard
open fun exitPair(ctx: PartiQLParser.PairContext)
Exit a parse tree produced by PartiQLParser#pair.
Link copied to clipboard
open fun exitParameter(ctx: PartiQLParser.ParameterContext)
Exit a parse tree produced by PartiQLParser#parameter.
Link copied to clipboard
open fun exitPathSimple(ctx: PartiQLParser.PathSimpleContext)
Exit a parse tree produced by PartiQLParser#pathSimple.
Link copied to clipboard
open fun exitPathSimpleDotSymbol(ctx: PartiQLParser.PathSimpleDotSymbolContext)
Exit a parse tree produced by the PathSimpleDotSymbol} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun exitPathSimpleLiteral(ctx: PartiQLParser.PathSimpleLiteralContext)
Exit a parse tree produced by the PathSimpleLiteral} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun exitPathSimpleSymbol(ctx: PartiQLParser.PathSimpleSymbolContext)
Exit a parse tree produced by the PathSimpleSymbol} labeled alternative in PartiQLParser#pathSimpleSteps.
Link copied to clipboard
open fun exitPathStepDotAll(ctx: PartiQLParser.PathStepDotAllContext)
Exit a parse tree produced by the PathStepDotAll} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun exitPathStepDotExpr(ctx: PartiQLParser.PathStepDotExprContext)
Exit a parse tree produced by the PathStepDotExpr} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun exitPathStepIndexAll(ctx: PartiQLParser.PathStepIndexAllContext)
Exit a parse tree produced by the PathStepIndexAll} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun exitPathStepIndexExpr(ctx: PartiQLParser.PathStepIndexExprContext)
Exit a parse tree produced by the PathStepIndexExpr} labeled alternative in PartiQLParser#pathStep.
Link copied to clipboard
open fun exitPattern(ctx: PartiQLParser.PatternContext)
Exit a parse tree produced by PartiQLParser#pattern.
Link copied to clipboard
open fun exitPatternPathVariable(ctx: PartiQLParser.PatternPathVariableContext)
Exit a parse tree produced by PartiQLParser#patternPathVariable.
Link copied to clipboard
open fun exitPatternQuantifier(ctx: PartiQLParser.PatternQuantifierContext)
Exit a parse tree produced by PartiQLParser#patternQuantifier.
Link copied to clipboard
open fun exitPatternRestrictor(ctx: PartiQLParser.PatternRestrictorContext)
Exit a parse tree produced by PartiQLParser#patternRestrictor.
Link copied to clipboard
open fun exitPosition(ctx: PartiQLParser.PositionContext)
Exit a parse tree produced by PartiQLParser#position.
Link copied to clipboard
open fun exitPredicateBase(ctx: PartiQLParser.PredicateBaseContext)
Exit a parse tree produced by the PredicateBase} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitPredicateBetween(ctx: PartiQLParser.PredicateBetweenContext)
Exit a parse tree produced by the PredicateBetween} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitPredicateComparison(ctx: PartiQLParser.PredicateComparisonContext)
Exit a parse tree produced by the PredicateComparison} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitPredicateIn(ctx: PartiQLParser.PredicateInContext)
Exit a parse tree produced by the PredicateIn} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitPredicateIs(ctx: PartiQLParser.PredicateIsContext)
Exit a parse tree produced by the PredicateIs} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitPredicateLike(ctx: PartiQLParser.PredicateLikeContext)
Exit a parse tree produced by the PredicateLike} labeled alternative in PartiQLParser#exprPredicate.
Link copied to clipboard
open fun exitProjectionItem(ctx: PartiQLParser.ProjectionItemContext)
Exit a parse tree produced by PartiQLParser#projectionItem.
Link copied to clipboard
open fun exitProjectionItems(ctx: PartiQLParser.ProjectionItemsContext)
Exit a parse tree produced by PartiQLParser#projectionItems.
Link copied to clipboard
open fun exitQueryBase(ctx: PartiQLParser.QueryBaseContext)
Exit a parse tree produced by the QueryBase} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun exitQueryDdl(ctx: PartiQLParser.QueryDdlContext)
Exit a parse tree produced by the QueryDdl} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun exitQueryDml(ctx: PartiQLParser.QueryDmlContext)
Exit a parse tree produced by the QueryDml} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun exitQueryDql(ctx: PartiQLParser.QueryDqlContext)
Exit a parse tree produced by the QueryDql} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun exitQueryExec(ctx: PartiQLParser.QueryExecContext)
Exit a parse tree produced by the QueryExec} labeled alternative in PartiQLParser#statement.
Link copied to clipboard
open fun exitRemoveCommand(ctx: PartiQLParser.RemoveCommandContext)
Exit a parse tree produced by PartiQLParser#removeCommand.
Link copied to clipboard
open fun exitReplaceCommand(ctx: PartiQLParser.ReplaceCommandContext)
Exit a parse tree produced by PartiQLParser#replaceCommand.
Link copied to clipboard
open fun exitReturningClause(ctx: PartiQLParser.ReturningClauseContext)
Exit a parse tree produced by PartiQLParser#returningClause.
Link copied to clipboard
open fun exitReturningColumn(ctx: PartiQLParser.ReturningColumnContext)
Exit a parse tree produced by PartiQLParser#returningColumn.
Link copied to clipboard
open fun exitRoot(ctx: PartiQLParser.RootContext)
Exit a parse tree produced by PartiQLParser#root.
Link copied to clipboard
open fun exitSelectAll(ctx: PartiQLParser.SelectAllContext)
Exit a parse tree produced by the SelectAll} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun exitSelectItems(ctx: PartiQLParser.SelectItemsContext)
Exit a parse tree produced by the SelectItems} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun exitSelectorAny(ctx: PartiQLParser.SelectorAnyContext)
Exit a parse tree produced by the SelectorAny} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun exitSelectorBasic(ctx: PartiQLParser.SelectorBasicContext)
Exit a parse tree produced by the SelectorBasic} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun exitSelectorShortest(ctx: PartiQLParser.SelectorShortestContext)
Exit a parse tree produced by the SelectorShortest} labeled alternative in PartiQLParser#matchSelector.
Link copied to clipboard
open fun exitSelectPivot(ctx: PartiQLParser.SelectPivotContext)
Exit a parse tree produced by the SelectPivot} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun exitSelectValue(ctx: PartiQLParser.SelectValueContext)
Exit a parse tree produced by the SelectValue} labeled alternative in PartiQLParser#selectClause.
Link copied to clipboard
open fun exitSequenceConstructor(ctx: PartiQLParser.SequenceConstructorContext)
Exit a parse tree produced by PartiQLParser#sequenceConstructor.
Link copied to clipboard
open fun exitSetAssignment(ctx: PartiQLParser.SetAssignmentContext)
Exit a parse tree produced by PartiQLParser#setAssignment.
Link copied to clipboard
open fun exitSetCommand(ctx: PartiQLParser.SetCommandContext)
Exit a parse tree produced by PartiQLParser#setCommand.
Link copied to clipboard
Exit a parse tree produced by PartiQLParser#setQuantifierStrategy.
Link copied to clipboard
open fun exitSfwBase(ctx: PartiQLParser.SfwBaseContext)
Exit a parse tree produced by the SfwBase} labeled alternative in PartiQLParser#exprSelect.
Link copied to clipboard
open fun exitSfwQuery(ctx: PartiQLParser.SfwQueryContext)
Exit a parse tree produced by the SfwQuery} labeled alternative in PartiQLParser#exprSelect.
Link copied to clipboard
open fun exitSubstring(ctx: PartiQLParser.SubstringContext)
Exit a parse tree produced by PartiQLParser#substring.
Link copied to clipboard
open fun exitSymbolPrimitive(ctx: PartiQLParser.SymbolPrimitiveContext)
Exit a parse tree produced by PartiQLParser#symbolPrimitive.
Link copied to clipboard
open fun exitTableBaseRefClauses(ctx: PartiQLParser.TableBaseRefClausesContext)
Exit a parse tree produced by the TableBaseRefClauses} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun exitTableBaseRefMatch(ctx: PartiQLParser.TableBaseRefMatchContext)
Exit a parse tree produced by the TableBaseRefMatch} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun exitTableBaseRefSymbol(ctx: PartiQLParser.TableBaseRefSymbolContext)
Exit a parse tree produced by the TableBaseRefSymbol} labeled alternative in PartiQLParser#tableBaseReference.
Link copied to clipboard
open fun exitTableConstraintName(ctx: PartiQLParser.TableConstraintNameContext)
Exit a parse tree produced by PartiQLParser#tableConstraintName.
Link copied to clipboard
open fun exitTableCrossJoin(ctx: PartiQLParser.TableCrossJoinContext)
Exit a parse tree produced by the TableCrossJoin} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun exitTableDef(ctx: PartiQLParser.TableDefContext)
Exit a parse tree produced by PartiQLParser#tableDef.
Link copied to clipboard
open fun exitTableName(ctx: PartiQLParser.TableNameContext)
Exit a parse tree produced by PartiQLParser#tableName.
Link copied to clipboard
open fun exitTableNonJoin(ctx: PartiQLParser.TableNonJoinContext)
Exit a parse tree produced by PartiQLParser#tableNonJoin.
Link copied to clipboard
open fun exitTableQualifiedJoin(ctx: PartiQLParser.TableQualifiedJoinContext)
Exit a parse tree produced by the TableQualifiedJoin} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun exitTableRefBase(ctx: PartiQLParser.TableRefBaseContext)
Exit a parse tree produced by the TableRefBase} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun exitTableUnpivot(ctx: PartiQLParser.TableUnpivotContext)
Exit a parse tree produced by PartiQLParser#tableUnpivot.
Link copied to clipboard
open fun exitTableWrapped(ctx: PartiQLParser.TableWrappedContext)
Exit a parse tree produced by the TableWrapped} labeled alternative in PartiQLParser#tableReference.
Link copied to clipboard
open fun exitTrimFunction(ctx: PartiQLParser.TrimFunctionContext)
Exit a parse tree produced by PartiQLParser#trimFunction.
Link copied to clipboard
open fun exitTuple(ctx: PartiQLParser.TupleContext)
Exit a parse tree produced by PartiQLParser#tuple.
Link copied to clipboard
open fun exitTypeArgDouble(ctx: PartiQLParser.TypeArgDoubleContext)
Exit a parse tree produced by the TypeArgDouble} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitTypeArgSingle(ctx: PartiQLParser.TypeArgSingleContext)
Exit a parse tree produced by the TypeArgSingle} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitTypeAtomic(ctx: PartiQLParser.TypeAtomicContext)
Exit a parse tree produced by the TypeAtomic} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitTypeCustom(ctx: PartiQLParser.TypeCustomContext)
Exit a parse tree produced by the TypeCustom} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitTypeTimeZone(ctx: PartiQLParser.TypeTimeZoneContext)
Exit a parse tree produced by the TypeTimeZone} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitTypeVarChar(ctx: PartiQLParser.TypeVarCharContext)
Exit a parse tree produced by the TypeVarChar} labeled alternative in PartiQLParser#type.
Link copied to clipboard
open fun exitUnion(ctx: PartiQLParser.UnionContext)
Exit a parse tree produced by the Union} labeled alternative in PartiQLParser#exprBagOp.
Link copied to clipboard
open fun exitUpdateClause(ctx: PartiQLParser.UpdateClauseContext)
Exit a parse tree produced by PartiQLParser#updateClause.
Link copied to clipboard
open fun exitUpsertCommand(ctx: PartiQLParser.UpsertCommandContext)
Exit a parse tree produced by PartiQLParser#upsertCommand.
Link copied to clipboard
open fun exitValueExpr(ctx: PartiQLParser.ValueExprContext)
Exit a parse tree produced by PartiQLParser#valueExpr.
Link copied to clipboard
open fun exitValueList(ctx: PartiQLParser.ValueListContext)
Exit a parse tree produced by PartiQLParser#valueList.
Link copied to clipboard
open fun exitValueRow(ctx: PartiQLParser.ValueRowContext)
Exit a parse tree produced by PartiQLParser#valueRow.
Link copied to clipboard
open fun exitValues(ctx: PartiQLParser.ValuesContext)
Exit a parse tree produced by the values} labeled alternative in PartiQLParser#statementstatementstatementstatementcreateCommandcreateCommanddropCommanddropCommandtableDefPartcolumnConstraintDefcolumnConstraintDefdmldmldmldmlpathSimpleStepspathSimpleStepspathSimpleStepsfromClauseSimplefromClauseSimpleselectClauseselectClauseselectClauseselectClauseexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsmatchSelectormatchSelectormatchSelectoredgeedgeedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpeclabelSpeclabelSpeclabelTermlabelTermlabelFactorlabelFactorlabelPrimarylabelPrimarylabelPrimarytableReferencetableReferencetableReferencetableReferencetableBaseReferencetableBaseReferencetableBaseReferencejoinRhsjoinRhsexprBagOpexprBagOpexprBagOpexprBagOpexprSelectexprSelectexprOrexprOrexprAndexprAndexprNotexprNotexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPrimaryexprPrimaryexprTermexprTermexprTermexprTermaggregateaggregatewindowFunctionfunctionNamefunctionNamepathSteppathSteppathSteppathStepvarRefExprvarRefExprliteralliteralliteralliteralliteralliteralliteralliteralliteralliteralliteraltypetypetypetypetypetype.
Link copied to clipboard
open fun exitVariableIdentifier(ctx: PartiQLParser.VariableIdentifierContext)
Exit a parse tree produced by the VariableIdentifier} labeled alternative in PartiQLParser#varRefExpr.
Link copied to clipboard
open fun exitVariableKeyword(ctx: PartiQLParser.VariableKeywordContext)
Exit a parse tree produced by the VariableKeyword} labeled alternative in PartiQLParser#varRefExpr.
Link copied to clipboard
open fun exitWhereClause(ctx: PartiQLParser.WhereClauseContext)
Exit a parse tree produced by PartiQLParser#whereClause.
Link copied to clipboard
open fun exitWhereClauseSelect(ctx: PartiQLParser.WhereClauseSelectContext)
Exit a parse tree produced by PartiQLParser#whereClauseSelect.
Link copied to clipboard
open fun exitWindowPartitionList(ctx: PartiQLParser.WindowPartitionListContext)
Exit a parse tree produced by PartiQLParser#windowPartitionList.
Link copied to clipboard
open fun exitWindowSortSpecList(ctx: PartiQLParser.WindowSortSpecListContext)
Exit a parse tree produced by PartiQLParser#windowSortSpecList.
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode)
The default implementation does nothing.
Link copied to clipboard
open fun visitTerminal(node: TerminalNode)
The default implementation does nothing.