Uses of Class
org.rumbledb.parser.xquery.XQueryParser.CompElemConstructorContext
Packages that use XQueryParser.CompElemConstructorContext
-
Uses of XQueryParser.CompElemConstructorContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.CompElemConstructorContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitCompElemConstructor
(XQueryParser.CompElemConstructorContext ctx) -
Uses of XQueryParser.CompElemConstructorContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.CompElemConstructorContextModifier and TypeMethodDescriptionXQueryParser.compElemConstructor()
XQueryParser.ComputedConstructorContext.compElemConstructor()
Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.CompElemConstructorContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitCompElemConstructor
(XQueryParser.CompElemConstructorContext ctx) Visit a parse tree produced byXQueryParser.compElemConstructor()
.XQueryParserVisitor.visitCompElemConstructor
(XQueryParser.CompElemConstructorContext ctx) Visit a parse tree produced byXQueryParser.compElemConstructor()
.