Uses of Class
org.rumbledb.parser.xquery.XQueryParser.ExprContext
Packages that use XQueryParser.ExprContext
-
Uses of XQueryParser.ExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.ExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitExpr(XQueryParser.ExprContext ctx) -
Uses of XQueryParser.ExprContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.ExprContextModifier and TypeFieldDescriptionXQueryParser.CatchClauseContext.catch_expressionXQueryParser.SwitchExprContext.condXQueryParser.TypeswitchExprContext.condXQueryParser.TypeSwitchStatementContext.condXQueryParser.SwitchStatementContext.condExprXQueryParser.CompAttrConstructorContext.name_exprXQueryParser.IfExprContext.test_conditionXQueryParser.IfStatementContext.test_exprXQueryParser.WhileStatementContext.test_exprXQueryParser.TryCatchExprContext.try_expressionMethods in org.rumbledb.parser.xquery that return XQueryParser.ExprContextModifier and TypeMethodDescriptionXQueryParser.CatchClauseContext.expr()XQueryParser.CommonContentContext.expr()XQueryParser.CompAttrConstructorContext.expr()XQueryParser.CompElemConstructorContext.expr()XQueryParser.CompPIConstructorContext.expr()XQueryParser.DirAttributeContentAposContext.expr()XQueryParser.DirAttributeContentQuotContext.expr()XQueryParser.EnclosedExpressionContext.expr()final XQueryParser.ExprContextXQueryParser.expr()XQueryParser.ExtensionExprContext.expr()XQueryParser.IfExprContext.expr()XQueryParser.IfStatementContext.expr()XQueryParser.ParenthesizedExprContext.expr()XQueryParser.PredicateContext.expr()XQueryParser.StatementsAndExprContext.expr()XQueryParser.StatementsAndOptionalExprContext.expr()XQueryParser.StringConstructorInterpolationContext.expr()XQueryParser.StringContentAposContext.expr()XQueryParser.StringContentQuotContext.expr()XQueryParser.SwitchExprContext.expr()XQueryParser.SwitchStatementContext.expr()XQueryParser.TryCatchExprContext.expr()XQueryParser.TypeswitchExprContext.expr()XQueryParser.TypeSwitchStatementContext.expr()XQueryParser.ValidateExprContext.expr()XQueryParser.VarDeclContext.expr()XQueryParser.VarDefaultValueContext.expr()XQueryParser.VarValueContext.expr()XQueryParser.WhileStatementContext.expr()Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.ExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitExpr(XQueryParser.ExprContext ctx) Visit a parse tree produced byXQueryParser.expr().XQueryParserVisitor.visitExpr(XQueryParser.ExprContext ctx) Visit a parse tree produced byXQueryParser.expr().