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