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