Package org.rumbledb.parser.xquery
Interface XQueryParserVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
XQueryParserBaseVisitor,XQueryTranslationVisitor
public interface XQueryParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
XQueryParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byXQueryParser.abbrevForwardStep().Visit a parse tree produced byXQueryParser.abbrevReverseStep().Visit a parse tree produced byXQueryParser.additiveExpr().Visit a parse tree produced by theallNameslabeled alternative inXQueryParser.wildcard().Visit a parse tree produced byXQueryParser.allowingEmpty().Visit a parse tree produced by theallWithLocallabeled alternative inXQueryParser.wildcard().Visit a parse tree produced by theallWithNSlabeled alternative inXQueryParser.wildcard().Visit a parse tree produced byXQueryParser.andExpr().Visit a parse tree produced byXQueryParser.annotatedDecl().Visit a parse tree produced byXQueryParser.annotation().Visit a parse tree produced byXQueryParser.annotations().Visit a parse tree produced byXQueryParser.anyArrayTest().Visit a parse tree produced byXQueryParser.anyFunctionTest().Visit a parse tree produced byXQueryParser.anyKindTest().Visit a parse tree produced byXQueryParser.anyMapTest().Visit a parse tree produced byXQueryParser.appendExpr().Visit a parse tree produced byXQueryParser.applyStatement().Visit a parse tree produced byXQueryParser.argument().Visit a parse tree produced byXQueryParser.argumentList().Visit a parse tree produced byXQueryParser.arrayConstructor().Visit a parse tree produced byXQueryParser.arrayTest().Visit a parse tree produced byXQueryParser.arrowExpr().Visit a parse tree produced byXQueryParser.arrowFunctionSpecifier().Visit a parse tree produced byXQueryParser.assignStatement().Visit a parse tree produced byXQueryParser.attributeDeclaration().Visit a parse tree produced byXQueryParser.attributeName().Visit a parse tree produced byXQueryParser.attributeNameOrWildcard().Visit a parse tree produced byXQueryParser.attributeTest().Visit a parse tree produced byXQueryParser.axisStep().Visit a parse tree produced byXQueryParser.baseURIDecl().Visit a parse tree produced byXQueryParser.binaryNodeTest().Visit a parse tree produced byXQueryParser.blockExpr().Visit a parse tree produced byXQueryParser.blockStatement().Visit a parse tree produced byXQueryParser.boundarySpaceDecl().Visit a parse tree produced by theBracedURILiterallabeled alternative inXQueryParser.wildcard().Visit a parse tree produced byXQueryParser.breakStatement().Visit a parse tree produced byXQueryParser.caseClause().Visit a parse tree produced byXQueryParser.caseStatement().Visit a parse tree produced byXQueryParser.castableExpr().Visit a parse tree produced byXQueryParser.castExpr().Visit a parse tree produced byXQueryParser.catchCaseStatement().Visit a parse tree produced byXQueryParser.catchClause().Visit a parse tree produced byXQueryParser.charNoGrave().Visit a parse tree produced byXQueryParser.charNoLBrace().Visit a parse tree produced byXQueryParser.charNoRBrack().Visit a parse tree produced byXQueryParser.commentTest().Visit a parse tree produced byXQueryParser.commonContent().Visit a parse tree produced byXQueryParser.comparisonExpr().Visit a parse tree produced byXQueryParser.compAttrConstructor().Visit a parse tree produced byXQueryParser.compCommentConstructor().Visit a parse tree produced byXQueryParser.compDocConstructor().Visit a parse tree produced byXQueryParser.compElemConstructor().Visit a parse tree produced byXQueryParser.compNamespaceConstructor().Visit a parse tree produced byXQueryParser.compOp().Visit a parse tree produced byXQueryParser.compPIConstructor().Visit a parse tree produced byXQueryParser.compTextConstructor().Visit a parse tree produced byXQueryParser.computedConstructor().Visit a parse tree produced byXQueryParser.constructionDecl().Visit a parse tree produced byXQueryParser.contentChar().Visit a parse tree produced byXQueryParser.contextItemDecl().Visit a parse tree produced byXQueryParser.contextItemExpr().Visit a parse tree produced byXQueryParser.continueStatement().Visit a parse tree produced byXQueryParser.copyDecl().Visit a parse tree produced byXQueryParser.copyNamespacesDecl().Visit a parse tree produced byXQueryParser.countClause().Visit a parse tree produced byXQueryParser.curlyArrayConstructor().Visit a parse tree produced byXQueryParser.decimalFormatDecl().Visit a parse tree produced byXQueryParser.defaultCollationDecl().Visit a parse tree produced byXQueryParser.defaultNamespaceDecl().Visit a parse tree produced byXQueryParser.deleteExpr().Visit a parse tree produced byXQueryParser.dirAttributeContentApos().Visit a parse tree produced byXQueryParser.dirAttributeContentQuot().Visit a parse tree produced byXQueryParser.dirAttributeList().Visit a parse tree produced byXQueryParser.dirAttributeValue().Visit a parse tree produced byXQueryParser.dirAttributeValueApos().Visit a parse tree produced byXQueryParser.dirAttributeValueQuot().Visit a parse tree produced byXQueryParser.directConstructor().Visit a parse tree produced byXQueryParser.dirElemConstructorOpenClose().Visit a parse tree produced byXQueryParser.dirElemConstructorSingleTag().Visit a parse tree produced byXQueryParser.dirElemContent().Visit a parse tree produced byXQueryParser.documentTest().Visit a parse tree produced byXQueryParser.elementDeclaration().Visit a parse tree produced byXQueryParser.elementName().Visit a parse tree produced byXQueryParser.elementNameOrWildcard().Visit a parse tree produced byXQueryParser.elementTest().Visit a parse tree produced byXQueryParser.emptyOrderDecl().Visit a parse tree produced byXQueryParser.enclosedContentExpr().Visit a parse tree produced byXQueryParser.enclosedExpression().Visit a parse tree produced byXQueryParser.enclosedPrefixExpr().Visit a parse tree produced byXQueryParser.enclosedURIExpr().Visit a parse tree produced byXQueryParser.eqName().Visit a parse tree produced byXQueryParser.exitStatement().Visit a parse tree produced byXQueryParser.expr().Visit a parse tree produced byXQueryParser.exprSimple().Visit a parse tree produced byXQueryParser.exprSingle().Visit a parse tree produced byXQueryParser.extensionExpr().Visit a parse tree produced byXQueryParser.flowrStatement().Visit a parse tree produced byXQueryParser.flworExpr().Visit a parse tree produced byXQueryParser.forClause().Visit a parse tree produced byXQueryParser.forVar().Visit a parse tree produced byXQueryParser.forwardAxis().Visit a parse tree produced byXQueryParser.forwardStep().Visit a parse tree produced byXQueryParser.functionCall().Visit a parse tree produced byXQueryParser.functionDecl().Visit a parse tree produced byXQueryParser.functionItemExpr().Visit a parse tree produced byXQueryParser.functionName().Visit a parse tree produced byXQueryParser.functionTest().Visit a parse tree produced byXQueryParser.generalComp().Visit a parse tree produced byXQueryParser.groupByClause().Visit a parse tree produced byXQueryParser.groupByVar().Visit a parse tree produced byXQueryParser.ifExpr().Visit a parse tree produced byXQueryParser.ifStatement().Visit a parse tree produced byXQueryParser.inheritMode().Visit a parse tree produced byXQueryParser.inlineFunctionExpr().Visit a parse tree produced byXQueryParser.insertExpr().Visit a parse tree produced byXQueryParser.instanceOfExpr().Visit a parse tree produced byXQueryParser.intersectExceptExpr().Visit a parse tree produced byXQueryParser.itemType().Visit a parse tree produced byXQueryParser.keySpecifier().Visit a parse tree produced byXQueryParser.keyword().Visit a parse tree produced byXQueryParser.keywordNotOKForFunction().Visit a parse tree produced byXQueryParser.keywordOKForFunction().Visit a parse tree produced byXQueryParser.kindTest().Visit a parse tree produced byXQueryParser.letClause().Visit a parse tree produced byXQueryParser.letVar().Visit a parse tree produced byXQueryParser.libraryModule().Visit a parse tree produced byXQueryParser.literal().Visit a parse tree produced byXQueryParser.lookup().Visit a parse tree produced byXQueryParser.mainModule().Visit a parse tree produced byXQueryParser.mapTest().Visit a parse tree produced byXQueryParser.mlArrayNodeTest().Visit a parse tree produced byXQueryParser.mlBooleanNodeTest().Visit a parse tree produced byXQueryParser.mlNodeTest().Visit a parse tree produced byXQueryParser.mlNullNodeTest().Visit a parse tree produced byXQueryParser.mlNumberNodeTest().Visit a parse tree produced byXQueryParser.mlObjectNodeTest().Visit a parse tree produced byXQueryParser.module().Visit a parse tree produced byXQueryParser.moduleAndThisIsIt().Visit a parse tree produced byXQueryParser.moduleImport().Visit a parse tree produced byXQueryParser.multiplicativeExpr().Visit a parse tree produced byXQueryParser.namedFunctionRef().Visit a parse tree produced byXQueryParser.namespaceDecl().Visit a parse tree produced byXQueryParser.namespaceNodeTest().Visit a parse tree produced byXQueryParser.nameTest().Visit a parse tree produced byXQueryParser.ncName().Visit a parse tree produced byXQueryParser.nodeComp().Visit a parse tree produced byXQueryParser.nodeConstructor().Visit a parse tree produced byXQueryParser.nodeTest().Visit a parse tree produced byXQueryParser.noQuotesNoBracesNoAmpNoLAng().Visit a parse tree produced byXQueryParser.numericLiteral().Visit a parse tree produced byXQueryParser.objectConstructor().Visit a parse tree produced byXQueryParser.optionDecl().Visit a parse tree produced byXQueryParser.orderByClause().Visit a parse tree produced byXQueryParser.orderByExpr().Visit a parse tree produced byXQueryParser.orderedExpr().Visit a parse tree produced byXQueryParser.orderingModeDecl().Visit a parse tree produced byXQueryParser.orExpr().Visit a parse tree produced byXQueryParser.pairConstructor().Visit a parse tree produced byXQueryParser.param().Visit a parse tree produced byXQueryParser.paramList().Visit a parse tree produced byXQueryParser.parenthesizedExpr().Visit a parse tree produced byXQueryParser.parenthesizedItemTest().Visit a parse tree produced byXQueryParser.pathExpr().Visit a parse tree produced byXQueryParser.piTest().Visit a parse tree produced byXQueryParser.positionalVar().Visit a parse tree produced byXQueryParser.postfixExpr().Visit a parse tree produced byXQueryParser.predicate().Visit a parse tree produced byXQueryParser.predicateList().Visit a parse tree produced byXQueryParser.preserveMode().Visit a parse tree produced byXQueryParser.primaryExpr().Visit a parse tree produced byXQueryParser.program().Visit a parse tree produced byXQueryParser.prolog().Visit a parse tree produced byXQueryParser.qname().Visit a parse tree produced byXQueryParser.quantifiedExpr().Visit a parse tree produced byXQueryParser.quantifiedExprVar().Visit a parse tree produced byXQueryParser.rangeExpr().Visit a parse tree produced byXQueryParser.relativePathExpr().Visit a parse tree produced byXQueryParser.renameExpr().Visit a parse tree produced byXQueryParser.replaceExpr().Visit a parse tree produced byXQueryParser.reverseAxis().Visit a parse tree produced byXQueryParser.reverseStep().Visit a parse tree produced byXQueryParser.schemaAttributeTest().Visit a parse tree produced byXQueryParser.schemaElementTest().Visit a parse tree produced byXQueryParser.schemaImport().Visit a parse tree produced byXQueryParser.schemaPrefix().Visit a parse tree produced byXQueryParser.sequenceType().Visit a parse tree produced byXQueryParser.setter().Visit a parse tree produced byXQueryParser.simpleMapExpr().Visit a parse tree produced byXQueryParser.simpleTypeName().Visit a parse tree produced byXQueryParser.singleType().Visit a parse tree produced byXQueryParser.slidingWindowClause().Visit a parse tree produced byXQueryParser.squareArrayConstructor().Visit a parse tree produced byXQueryParser.statement().Visit a parse tree produced byXQueryParser.statements().Visit a parse tree produced byXQueryParser.statementsAndExpr().Visit a parse tree produced byXQueryParser.statementsAndOptionalExpr().Visit a parse tree produced byXQueryParser.stepExpr().Visit a parse tree produced byXQueryParser.stringConcatExpr().Visit a parse tree produced byXQueryParser.stringConstructor().Visit a parse tree produced byXQueryParser.stringConstructorChars().Visit a parse tree produced byXQueryParser.stringConstructorContent().Visit a parse tree produced byXQueryParser.stringConstructorInterpolation().Visit a parse tree produced byXQueryParser.stringContentApos().Visit a parse tree produced byXQueryParser.stringContentQuot().Visit a parse tree produced byXQueryParser.stringLiteral().Visit a parse tree produced byXQueryParser.stringLiteralApos().Visit a parse tree produced byXQueryParser.stringLiteralQuot().Visit a parse tree produced byXQueryParser.switchCaseClause().Visit a parse tree produced byXQueryParser.switchCaseStatement().Visit a parse tree produced byXQueryParser.switchExpr().Visit a parse tree produced byXQueryParser.switchStatement().Visit a parse tree produced byXQueryParser.textTest().Visit a parse tree produced byXQueryParser.transformExpr().Visit a parse tree produced byXQueryParser.treatExpr().Visit a parse tree produced byXQueryParser.tryCatchExpr().Visit a parse tree produced byXQueryParser.tryCatchStatement().Visit a parse tree produced byXQueryParser.tumblingWindowClause().Visit a parse tree produced byXQueryParser.typedArrayTest().Visit a parse tree produced byXQueryParser.typeDeclaration().Visit a parse tree produced byXQueryParser.typedFunctionTest().Visit a parse tree produced byXQueryParser.typedMapTest().Visit a parse tree produced byXQueryParser.typeName().Visit a parse tree produced byXQueryParser.typeswitchExpr().Visit a parse tree produced byXQueryParser.typeSwitchStatement().Visit a parse tree produced byXQueryParser.unaryExpr().Visit a parse tree produced byXQueryParser.unaryLookup().Visit a parse tree produced byXQueryParser.unionExpr().Visit a parse tree produced byXQueryParser.unorderedExpr().Visit a parse tree produced byXQueryParser.updateLocator().Visit a parse tree produced byXQueryParser.uriLiteral().Visit a parse tree produced byXQueryParser.validateExpr().Visit a parse tree produced byXQueryParser.validationMode().Visit a parse tree produced byXQueryParser.valueComp().Visit a parse tree produced byXQueryParser.valueExpr().Visit a parse tree produced byXQueryParser.varDecl().Visit a parse tree produced byXQueryParser.varDeclForStatement().Visit a parse tree produced byXQueryParser.varDeclStatement().Visit a parse tree produced byXQueryParser.varDefaultValue().Visit a parse tree produced byXQueryParser.varName().Visit a parse tree produced byXQueryParser.varRef().Visit a parse tree produced byXQueryParser.varValue().Visit a parse tree produced byXQueryParser.versionDecl().Visit a parse tree produced byXQueryParser.whereClause().Visit a parse tree produced byXQueryParser.whileStatement().Visit a parse tree produced byXQueryParser.windowClause().Visit a parse tree produced byXQueryParser.windowEndCondition().Visit a parse tree produced byXQueryParser.windowStartCondition().Visit a parse tree produced byXQueryParser.windowVars().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitModuleAndThisIsIt
Visit a parse tree produced byXQueryParser.moduleAndThisIsIt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModule
Visit a parse tree produced byXQueryParser.module().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVersionDecl
Visit a parse tree produced byXQueryParser.versionDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLibraryModule
Visit a parse tree produced byXQueryParser.libraryModule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProlog
Visit a parse tree produced byXQueryParser.prolog().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotatedDecl
Visit a parse tree produced byXQueryParser.annotatedDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultNamespaceDecl
Visit a parse tree produced byXQueryParser.defaultNamespaceDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetter
Visit a parse tree produced byXQueryParser.setter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoundarySpaceDecl
Visit a parse tree produced byXQueryParser.boundarySpaceDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultCollationDecl
Visit a parse tree produced byXQueryParser.defaultCollationDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseURIDecl
Visit a parse tree produced byXQueryParser.baseURIDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructionDecl
Visit a parse tree produced byXQueryParser.constructionDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderingModeDecl
Visit a parse tree produced byXQueryParser.orderingModeDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyOrderDecl
Visit a parse tree produced byXQueryParser.emptyOrderDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyNamespacesDecl
Visit a parse tree produced byXQueryParser.copyNamespacesDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreserveMode
Visit a parse tree produced byXQueryParser.preserveMode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInheritMode
Visit a parse tree produced byXQueryParser.inheritMode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimalFormatDecl
Visit a parse tree produced byXQueryParser.decimalFormatDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaImport
Visit a parse tree produced byXQueryParser.schemaImport().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaPrefix
Visit a parse tree produced byXQueryParser.schemaPrefix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModuleImport
Visit a parse tree produced byXQueryParser.moduleImport().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamespaceDecl
Visit a parse tree produced byXQueryParser.namespaceDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarDecl
Visit a parse tree produced byXQueryParser.varDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarValue
Visit a parse tree produced byXQueryParser.varValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarDefaultValue
Visit a parse tree produced byXQueryParser.varDefaultValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextItemDecl
Visit a parse tree produced byXQueryParser.contextItemDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDecl
Visit a parse tree produced byXQueryParser.functionDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParamList
Visit a parse tree produced byXQueryParser.paramList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParam
Visit a parse tree produced byXQueryParser.param().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotations
Visit a parse tree produced byXQueryParser.annotations().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced byXQueryParser.annotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionDecl
Visit a parse tree produced byXQueryParser.optionDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr
Visit a parse tree produced byXQueryParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlworExpr
Visit a parse tree produced byXQueryParser.flworExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForClause
Visit a parse tree produced byXQueryParser.forClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForVar
Visit a parse tree produced byXQueryParser.forVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllowingEmpty
Visit a parse tree produced byXQueryParser.allowingEmpty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionalVar
Visit a parse tree produced byXQueryParser.positionalVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetClause
Visit a parse tree produced byXQueryParser.letClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetVar
Visit a parse tree produced byXQueryParser.letVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowClause
Visit a parse tree produced byXQueryParser.windowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTumblingWindowClause
Visit a parse tree produced byXQueryParser.tumblingWindowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSlidingWindowClause
Visit a parse tree produced byXQueryParser.slidingWindowClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowStartCondition
Visit a parse tree produced byXQueryParser.windowStartCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowEndCondition
Visit a parse tree produced byXQueryParser.windowEndCondition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindowVars
Visit a parse tree produced byXQueryParser.windowVars().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountClause
Visit a parse tree produced byXQueryParser.countClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhereClause
Visit a parse tree produced byXQueryParser.whereClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByClause
Visit a parse tree produced byXQueryParser.groupByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupByVar
Visit a parse tree produced byXQueryParser.groupByVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByClause
Visit a parse tree produced byXQueryParser.orderByClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderByExpr
Visit a parse tree produced byXQueryParser.orderByExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedExpr
Visit a parse tree produced byXQueryParser.quantifiedExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuantifiedExprVar
Visit a parse tree produced byXQueryParser.quantifiedExprVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchExpr
Visit a parse tree produced byXQueryParser.switchExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchCaseClause
Visit a parse tree produced byXQueryParser.switchCaseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeswitchExpr
Visit a parse tree produced byXQueryParser.typeswitchExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseClause
Visit a parse tree produced byXQueryParser.caseClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExpr
Visit a parse tree produced byXQueryParser.ifExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryCatchExpr
Visit a parse tree produced byXQueryParser.tryCatchExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchClause
Visit a parse tree produced byXQueryParser.catchClause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnclosedExpression
Visit a parse tree produced byXQueryParser.enclosedExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrExpr
Visit a parse tree produced byXQueryParser.orExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExpr
Visit a parse tree produced byXQueryParser.andExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonExpr
Visit a parse tree produced byXQueryParser.comparisonExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringConcatExpr
Visit a parse tree produced byXQueryParser.stringConcatExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeExpr
Visit a parse tree produced byXQueryParser.rangeExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditiveExpr
Visit a parse tree produced byXQueryParser.additiveExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeExpr
Visit a parse tree produced byXQueryParser.multiplicativeExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionExpr
Visit a parse tree produced byXQueryParser.unionExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntersectExceptExpr
Visit a parse tree produced byXQueryParser.intersectExceptExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceOfExpr
Visit a parse tree produced byXQueryParser.instanceOfExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTreatExpr
Visit a parse tree produced byXQueryParser.treatExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastableExpr
Visit a parse tree produced byXQueryParser.castableExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastExpr
Visit a parse tree produced byXQueryParser.castExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrowExpr
Visit a parse tree produced byXQueryParser.arrowExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpr
Visit a parse tree produced byXQueryParser.unaryExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueExpr
Visit a parse tree produced byXQueryParser.valueExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompOp
Visit a parse tree produced byXQueryParser.compOp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneralComp
Visit a parse tree produced byXQueryParser.generalComp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueComp
Visit a parse tree produced byXQueryParser.valueComp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeComp
Visit a parse tree produced byXQueryParser.nodeComp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidateExpr
Visit a parse tree produced byXQueryParser.validateExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidationMode
Visit a parse tree produced byXQueryParser.validationMode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtensionExpr
Visit a parse tree produced byXQueryParser.extensionExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleMapExpr
Visit a parse tree produced byXQueryParser.simpleMapExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathExpr
Visit a parse tree produced byXQueryParser.pathExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelativePathExpr
Visit a parse tree produced byXQueryParser.relativePathExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepExpr
Visit a parse tree produced byXQueryParser.stepExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAxisStep
Visit a parse tree produced byXQueryParser.axisStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForwardStep
Visit a parse tree produced byXQueryParser.forwardStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForwardAxis
Visit a parse tree produced byXQueryParser.forwardAxis().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbbrevForwardStep
Visit a parse tree produced byXQueryParser.abbrevForwardStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReverseStep
Visit a parse tree produced byXQueryParser.reverseStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReverseAxis
Visit a parse tree produced byXQueryParser.reverseAxis().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAbbrevReverseStep
Visit a parse tree produced byXQueryParser.abbrevReverseStep().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeTest
Visit a parse tree produced byXQueryParser.nodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNameTest
Visit a parse tree produced byXQueryParser.nameTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllNames
Visit a parse tree produced by theallNameslabeled alternative inXQueryParser.wildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllWithNS
Visit a parse tree produced by theallWithNSlabeled alternative inXQueryParser.wildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAllWithLocal
Visit a parse tree produced by theallWithLocallabeled alternative inXQueryParser.wildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBracedURILiteral
Visit a parse tree produced by theBracedURILiterallabeled alternative inXQueryParser.wildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostfixExpr
Visit a parse tree produced byXQueryParser.postfixExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentList
Visit a parse tree produced byXQueryParser.argumentList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicateList
Visit a parse tree produced byXQueryParser.predicateList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
Visit a parse tree produced byXQueryParser.predicate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLookup
Visit a parse tree produced byXQueryParser.lookup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeySpecifier
Visit a parse tree produced byXQueryParser.keySpecifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrowFunctionSpecifier
Visit a parse tree produced byXQueryParser.arrowFunctionSpecifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryExpr
Visit a parse tree produced byXQueryParser.primaryExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byXQueryParser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
Visit a parse tree produced byXQueryParser.numericLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarRef
Visit a parse tree produced byXQueryParser.varRef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarName
Visit a parse tree produced byXQueryParser.varName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedExpr
Visit a parse tree produced byXQueryParser.parenthesizedExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContextItemExpr
Visit a parse tree produced byXQueryParser.contextItemExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderedExpr
Visit a parse tree produced byXQueryParser.orderedExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnorderedExpr
Visit a parse tree produced byXQueryParser.unorderedExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced byXQueryParser.functionCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byXQueryParser.argument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNodeConstructor
Visit a parse tree produced byXQueryParser.nodeConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectConstructor
Visit a parse tree produced byXQueryParser.directConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirElemConstructorOpenClose
Visit a parse tree produced byXQueryParser.dirElemConstructorOpenClose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirElemConstructorSingleTag
Visit a parse tree produced byXQueryParser.dirElemConstructorSingleTag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeList
Visit a parse tree produced byXQueryParser.dirAttributeList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeValueApos
Visit a parse tree produced byXQueryParser.dirAttributeValueApos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeValueQuot
Visit a parse tree produced byXQueryParser.dirAttributeValueQuot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeValue
Visit a parse tree produced byXQueryParser.dirAttributeValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeContentQuot
Visit a parse tree produced byXQueryParser.dirAttributeContentQuot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirAttributeContentApos
Visit a parse tree produced byXQueryParser.dirAttributeContentApos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContentChar
Visit a parse tree produced byXQueryParser.contentChar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirElemContent
Visit a parse tree produced byXQueryParser.dirElemContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommonContent
Visit a parse tree produced byXQueryParser.commonContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComputedConstructor
Visit a parse tree produced byXQueryParser.computedConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompDocConstructor
Visit a parse tree produced byXQueryParser.compDocConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompElemConstructor
Visit a parse tree produced byXQueryParser.compElemConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnclosedContentExpr
Visit a parse tree produced byXQueryParser.enclosedContentExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompAttrConstructor
Visit a parse tree produced byXQueryParser.compAttrConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompNamespaceConstructor
Visit a parse tree produced byXQueryParser.compNamespaceConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnclosedPrefixExpr
Visit a parse tree produced byXQueryParser.enclosedPrefixExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnclosedURIExpr
Visit a parse tree produced byXQueryParser.enclosedURIExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompTextConstructor
Visit a parse tree produced byXQueryParser.compTextConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompCommentConstructor
Visit a parse tree produced byXQueryParser.compCommentConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompPIConstructor
Visit a parse tree produced byXQueryParser.compPIConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionItemExpr
Visit a parse tree produced byXQueryParser.functionItemExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedFunctionRef
Visit a parse tree produced byXQueryParser.namedFunctionRef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineFunctionExpr
Visit a parse tree produced byXQueryParser.inlineFunctionExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectConstructor
Visit a parse tree produced byXQueryParser.objectConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPairConstructor
Visit a parse tree produced byXQueryParser.pairConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayConstructor
Visit a parse tree produced byXQueryParser.arrayConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSquareArrayConstructor
Visit a parse tree produced byXQueryParser.squareArrayConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurlyArrayConstructor
Visit a parse tree produced byXQueryParser.curlyArrayConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringConstructor
Visit a parse tree produced byXQueryParser.stringConstructor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringConstructorContent
Visit a parse tree produced byXQueryParser.stringConstructorContent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharNoGrave
Visit a parse tree produced byXQueryParser.charNoGrave().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharNoLBrace
Visit a parse tree produced byXQueryParser.charNoLBrace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharNoRBrack
Visit a parse tree produced byXQueryParser.charNoRBrack().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringConstructorChars
Visit a parse tree produced byXQueryParser.stringConstructorChars().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringConstructorInterpolation
Visit a parse tree produced byXQueryParser.stringConstructorInterpolation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryLookup
Visit a parse tree produced byXQueryParser.unaryLookup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleType
Visit a parse tree produced byXQueryParser.singleType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDeclaration
Visit a parse tree produced byXQueryParser.typeDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSequenceType
Visit a parse tree produced byXQueryParser.sequenceType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitItemType
Visit a parse tree produced byXQueryParser.itemType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKindTest
Visit a parse tree produced byXQueryParser.kindTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyKindTest
Visit a parse tree produced byXQueryParser.anyKindTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryNodeTest
Visit a parse tree produced byXQueryParser.binaryNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDocumentTest
Visit a parse tree produced byXQueryParser.documentTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextTest
Visit a parse tree produced byXQueryParser.textTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentTest
Visit a parse tree produced byXQueryParser.commentTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamespaceNodeTest
Visit a parse tree produced byXQueryParser.namespaceNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPiTest
Visit a parse tree produced byXQueryParser.piTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeTest
Visit a parse tree produced byXQueryParser.attributeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeNameOrWildcard
Visit a parse tree produced byXQueryParser.attributeNameOrWildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaAttributeTest
Visit a parse tree produced byXQueryParser.schemaAttributeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementTest
Visit a parse tree produced byXQueryParser.elementTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementNameOrWildcard
Visit a parse tree produced byXQueryParser.elementNameOrWildcard().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaElementTest
Visit a parse tree produced byXQueryParser.schemaElementTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementDeclaration
Visit a parse tree produced byXQueryParser.elementDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeName
Visit a parse tree produced byXQueryParser.attributeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementName
Visit a parse tree produced byXQueryParser.elementName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleTypeName
Visit a parse tree produced byXQueryParser.simpleTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
Visit a parse tree produced byXQueryParser.typeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionTest
Visit a parse tree produced byXQueryParser.functionTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyFunctionTest
Visit a parse tree produced byXQueryParser.anyFunctionTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedFunctionTest
Visit a parse tree produced byXQueryParser.typedFunctionTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapTest
Visit a parse tree produced byXQueryParser.mapTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyMapTest
Visit a parse tree produced byXQueryParser.anyMapTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedMapTest
Visit a parse tree produced byXQueryParser.typedMapTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayTest
Visit a parse tree produced byXQueryParser.arrayTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyArrayTest
Visit a parse tree produced byXQueryParser.anyArrayTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedArrayTest
Visit a parse tree produced byXQueryParser.typedArrayTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenthesizedItemTest
Visit a parse tree produced byXQueryParser.parenthesizedItemTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttributeDeclaration
Visit a parse tree produced byXQueryParser.attributeDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlNodeTest
Visit a parse tree produced byXQueryParser.mlNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlArrayNodeTest
Visit a parse tree produced byXQueryParser.mlArrayNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlObjectNodeTest
Visit a parse tree produced byXQueryParser.mlObjectNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlNumberNodeTest
Visit a parse tree produced byXQueryParser.mlNumberNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlBooleanNodeTest
Visit a parse tree produced byXQueryParser.mlBooleanNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMlNullNodeTest
Visit a parse tree produced byXQueryParser.mlNullNodeTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqName
Visit a parse tree produced byXQueryParser.eqName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQname
Visit a parse tree produced byXQueryParser.qname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNcName
Visit a parse tree produced byXQueryParser.ncName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
Visit a parse tree produced byXQueryParser.functionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
Visit a parse tree produced byXQueryParser.keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordNotOKForFunction
Visit a parse tree produced byXQueryParser.keywordNotOKForFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywordOKForFunction
Visit a parse tree produced byXQueryParser.keywordOKForFunction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUriLiteral
Visit a parse tree produced byXQueryParser.uriLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralQuot
Visit a parse tree produced byXQueryParser.stringLiteralQuot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralApos
Visit a parse tree produced byXQueryParser.stringLiteralApos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
Visit a parse tree produced byXQueryParser.stringLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringContentQuot
Visit a parse tree produced byXQueryParser.stringContentQuot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringContentApos
Visit a parse tree produced byXQueryParser.stringContentApos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNoQuotesNoBracesNoAmpNoLAng
Visit a parse tree produced byXQueryParser.noQuotesNoBracesNoAmpNoLAng().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMainModule
Visit a parse tree produced byXQueryParser.mainModule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProgram
Visit a parse tree produced byXQueryParser.program().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatements
Visit a parse tree produced byXQueryParser.statements().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementsAndExpr
Visit a parse tree produced byXQueryParser.statementsAndExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementsAndOptionalExpr
Visit a parse tree produced byXQueryParser.statementsAndOptionalExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byXQueryParser.statement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitApplyStatement
Visit a parse tree produced byXQueryParser.applyStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignStatement
Visit a parse tree produced byXQueryParser.assignStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatement
Visit a parse tree produced byXQueryParser.blockStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStatement
Visit a parse tree produced byXQueryParser.breakStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStatement
Visit a parse tree produced byXQueryParser.continueStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExitStatement
Visit a parse tree produced byXQueryParser.exitStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlowrStatement
Visit a parse tree produced byXQueryParser.flowrStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfStatement
Visit a parse tree produced byXQueryParser.ifStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchStatement
Visit a parse tree produced byXQueryParser.switchStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchCaseStatement
Visit a parse tree produced byXQueryParser.switchCaseStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryCatchStatement
Visit a parse tree produced byXQueryParser.tryCatchStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchCaseStatement
Visit a parse tree produced byXQueryParser.catchCaseStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeSwitchStatement
Visit a parse tree produced byXQueryParser.typeSwitchStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCaseStatement
Visit a parse tree produced byXQueryParser.caseStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarDeclStatement
Visit a parse tree produced byXQueryParser.varDeclStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarDeclForStatement
Visit a parse tree produced byXQueryParser.varDeclForStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStatement
Visit a parse tree produced byXQueryParser.whileStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprSingle
Visit a parse tree produced byXQueryParser.exprSingle().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprSimple
Visit a parse tree produced byXQueryParser.exprSimple().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockExpr
Visit a parse tree produced byXQueryParser.blockExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertExpr
Visit a parse tree produced byXQueryParser.insertExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeleteExpr
Visit a parse tree produced byXQueryParser.deleteExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenameExpr
Visit a parse tree produced byXQueryParser.renameExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplaceExpr
Visit a parse tree produced byXQueryParser.replaceExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransformExpr
Visit a parse tree produced byXQueryParser.transformExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAppendExpr
Visit a parse tree produced byXQueryParser.appendExpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdateLocator
Visit a parse tree produced byXQueryParser.updateLocator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyDecl
Visit a parse tree produced byXQueryParser.copyDecl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-