Uses of Class
org.rumbledb.parser.xquery.XQueryParser.VarRefContext
Packages that use XQueryParser.VarRefContext
-
Uses of XQueryParser.VarRefContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.VarRefContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitVarRef(XQueryParser.VarRefContext ctx) -
Uses of XQueryParser.VarRefContext in org.rumbledb.parser.xquery
Fields in org.rumbledb.parser.xquery declared as XQueryParser.VarRefContextModifier and TypeFieldDescriptionXQueryParser.ForVarContext.atXQueryParser.CaseClauseContext.var_refXQueryParser.CaseStatementContext.var_refXQueryParser.CopyDeclContext.var_refXQueryParser.ForVarContext.var_refXQueryParser.GroupByVarContext.var_refXQueryParser.LetVarContext.var_refXQueryParser.QuantifiedExprVarContext.var_refXQueryParser.TypeswitchExprContext.var_refXQueryParser.TypeSwitchStatementContext.var_refXQueryParser.VarDeclForStatementContext.var_refXQueryParser.KeySpecifierContext.vrMethods in org.rumbledb.parser.xquery that return XQueryParser.VarRefContextModifier and TypeMethodDescriptionXQueryParser.ArrowFunctionSpecifierContext.varRef()XQueryParser.CaseClauseContext.varRef()XQueryParser.CaseStatementContext.varRef()XQueryParser.CopyDeclContext.varRef()XQueryParser.CountClauseContext.varRef()XQueryParser.ForVarContext.varRef(int i) XQueryParser.GroupByVarContext.varRef()XQueryParser.KeySpecifierContext.varRef()XQueryParser.LetVarContext.varRef()XQueryParser.PrimaryExprContext.varRef()XQueryParser.QuantifiedExprVarContext.varRef()XQueryParser.TypeswitchExprContext.varRef()XQueryParser.TypeSwitchStatementContext.varRef()XQueryParser.VarDeclContext.varRef()XQueryParser.VarDeclForStatementContext.varRef()XQueryParser.varRef()Methods in org.rumbledb.parser.xquery that return types with arguments of type XQueryParser.VarRefContextMethods in org.rumbledb.parser.xquery with parameters of type XQueryParser.VarRefContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitVarRef(XQueryParser.VarRefContext ctx) Visit a parse tree produced byXQueryParser.varRef().XQueryParserVisitor.visitVarRef(XQueryParser.VarRefContext ctx) Visit a parse tree produced byXQueryParser.varRef().