Uses of Class
org.rumbledb.parser.xquery.XQueryParser.ApplyStatementContext
Packages that use XQueryParser.ApplyStatementContext
-
Uses of XQueryParser.ApplyStatementContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.ApplyStatementContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitApplyStatement(XQueryParser.ApplyStatementContext ctx) -
Uses of XQueryParser.ApplyStatementContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.ApplyStatementContextModifier and TypeMethodDescriptionXQueryParser.applyStatement()XQueryParser.StatementContext.applyStatement()Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.ApplyStatementContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitApplyStatement(XQueryParser.ApplyStatementContext ctx) Visit a parse tree produced byXQueryParser.applyStatement().XQueryParserVisitor.visitApplyStatement(XQueryParser.ApplyStatementContext ctx) Visit a parse tree produced byXQueryParser.applyStatement().