Uses of Class
org.rumbledb.parser.xquery.XQueryParser.NodeConstructorContext
Packages that use XQueryParser.NodeConstructorContext
-
Uses of XQueryParser.NodeConstructorContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.NodeConstructorContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitNodeConstructor
(XQueryParser.NodeConstructorContext ctx) -
Uses of XQueryParser.NodeConstructorContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.NodeConstructorContextModifier and TypeMethodDescriptionXQueryParser.nodeConstructor()
XQueryParser.PrimaryExprContext.nodeConstructor()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.NodeConstructorContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitNodeConstructor
(XQueryParser.NodeConstructorContext ctx) Visit a parse tree produced byXQueryParser.nodeConstructor()
.XQueryParserVisitor.visitNodeConstructor
(XQueryParser.NodeConstructorContext ctx) Visit a parse tree produced byXQueryParser.nodeConstructor()
.