Uses of Class
org.rumbledb.parser.xquery.XQueryParser.PostfixExprContext
Packages that use XQueryParser.PostfixExprContext
-
Uses of XQueryParser.PostfixExprContext in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type XQueryParser.PostfixExprContextModifier and TypeMethodDescriptionXQueryTranslationVisitor.visitPostfixExpr(XQueryParser.PostfixExprContext ctx) -
Uses of XQueryParser.PostfixExprContext in org.rumbledb.parser.xquery
Methods in org.rumbledb.parser.xquery that return XQueryParser.PostfixExprContextModifier and TypeMethodDescriptionXQueryParser.postfixExpr()XQueryParser.StepExprContext.postfixExpr()Methods in org.rumbledb.parser.xquery with parameters of type XQueryParser.PostfixExprContextModifier and TypeMethodDescriptionXQueryParserBaseVisitor.visitPostfixExpr(XQueryParser.PostfixExprContext ctx) Visit a parse tree produced byXQueryParser.postfixExpr().XQueryParserVisitor.visitPostfixExpr(XQueryParser.PostfixExprContext ctx) Visit a parse tree produced byXQueryParser.postfixExpr().