Uses of Class
org.rumbledb.parser.xquery.XQueryParser.ExprSingleContext
Packages that use XQueryParser.ExprSingleContext
-
Uses of XQueryParser.ExprSingleContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.ExprSingleContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitExprSingle(XQueryParser.ExprSingleContext ctx) -
Uses of XQueryParser.ExprSingleContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.ExprSingleContextModifier and TypeFieldDescriptionXQueryParser.AppendExprContext.array_exprXQueryParser.IfExprContext.branchXQueryParser.SwitchExprContext.defXQueryParser.TypeswitchExprContext.defXQueryParser.ContextItemDeclContext.defaultValueXQueryParser.IfExprContext.else_branchXQueryParser.ForVarContext.exXQueryParser.GroupByVarContext.exXQueryParser.LetVarContext.exXQueryParser.OrderByExprContext.exXQueryParser.SwitchCaseClauseContext.exprSingleXQueryParser.SwitchCaseStatementContext.exprSingleXQueryParser.VarDeclForStatementContext.exprSingleXQueryParser.PairConstructorContext.lhsXQueryParser.InsertExprContext.main_exprXQueryParser.TransformExprContext.mod_exprXQueryParser.RenameExprContext.name_exprXQueryParser.InsertExprContext.pos_exprXQueryParser.ReplaceExprContext.replacer_exprXQueryParser.CaseClauseContext.retXQueryParser.SwitchCaseClauseContext.retXQueryParser.TransformExprContext.ret_exprXQueryParser.FlworExprContext.return_exprXQueryParser.PairConstructorContext.rhsXQueryParser.CopyDeclContext.src_exprXQueryParser.AppendExprContext.to_append_exprXQueryParser.InsertExprContext.to_insert_exprXQueryParser.ContextItemDeclContext.valueFields in org.rumbledb.parser.xquery with type parameters of type XQueryParser.ExprSingleContextModifier and TypeFieldDescriptionXQueryParser.SwitchCaseClauseContext.condXQueryParser.SwitchCaseStatementContext.condXQueryParser.VarDeclForStatementContext.expr_valsMethods in org.rumbledb.parser.xquery that return XQueryParser.ExprSingleContextModifier and TypeMethodDescriptionXQueryParser.AppendExprContext.exprSingle(int i) XQueryParser.ArgumentContext.exprSingle()XQueryParser.AssignStatementContext.exprSingle()XQueryParser.CaseClauseContext.exprSingle()XQueryParser.ContextItemDeclContext.exprSingle()XQueryParser.CopyDeclContext.exprSingle()XQueryParser.ExitStatementContext.exprSingle()XQueryParser.ExprContext.exprSingle(int i) XQueryParser.exprSingle()XQueryParser.FlworExprContext.exprSingle()XQueryParser.ForVarContext.exprSingle()XQueryParser.GroupByVarContext.exprSingle()XQueryParser.IfExprContext.exprSingle(int i) XQueryParser.InsertExprContext.exprSingle(int i) XQueryParser.LetVarContext.exprSingle()XQueryParser.OrderByExprContext.exprSingle()XQueryParser.PairConstructorContext.exprSingle(int i) XQueryParser.QuantifiedExprContext.exprSingle()XQueryParser.QuantifiedExprVarContext.exprSingle()XQueryParser.RenameExprContext.exprSingle()XQueryParser.ReplaceExprContext.exprSingle()XQueryParser.SlidingWindowClauseContext.exprSingle()XQueryParser.SquareArrayConstructorContext.exprSingle(int i) XQueryParser.SwitchCaseClauseContext.exprSingle(int i) XQueryParser.SwitchCaseStatementContext.exprSingle(int i) XQueryParser.SwitchExprContext.exprSingle()XQueryParser.TransformExprContext.exprSingle(int i) XQueryParser.TumblingWindowClauseContext.exprSingle()XQueryParser.TypeswitchExprContext.exprSingle()XQueryParser.VarDeclForStatementContext.exprSingle()XQueryParser.WhereClauseContext.exprSingle()XQueryParser.WindowEndConditionContext.exprSingle()XQueryParser.WindowStartConditionContext.exprSingle()Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.ExprSingleContextModifier and TypeMethodDescriptionXQueryParser.AppendExprContext.exprSingle()XQueryParser.ExprContext.exprSingle()XQueryParser.IfExprContext.exprSingle()XQueryParser.InsertExprContext.exprSingle()XQueryParser.PairConstructorContext.exprSingle()XQueryParser.SquareArrayConstructorContext.exprSingle()XQueryParser.SwitchCaseClauseContext.exprSingle()XQueryParser.SwitchCaseStatementContext.exprSingle()XQueryParser.TransformExprContext.exprSingle()Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.ExprSingleContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitExprSingle(XQueryParser.ExprSingleContext ctx) Visit a parse tree produced byXQueryParser.exprSingle().XQueryParserVisitor.visitExprSingle(XQueryParser.ExprSingleContext ctx) Visit a parse tree produced byXQueryParser.exprSingle().