Uses of Class
cz.cvut.kbss.jopa.query.soql.SoqlParser.SingleValuedObjectPathExpressionContext
Packages that use SoqlParser.SingleValuedObjectPathExpressionContext
-
Uses of SoqlParser.SingleValuedObjectPathExpressionContext in cz.cvut.kbss.jopa.query.soql
Methods in cz.cvut.kbss.jopa.query.soql that return SoqlParser.SingleValuedObjectPathExpressionContextModifier and TypeMethodDescriptionSoqlParser.GroupByItemContext.singleValuedObjectPathExpression()
SoqlParser.OrderByItemContext.singleValuedObjectPathExpression()
SoqlParser.singleValuedObjectPathExpression()
Methods in cz.cvut.kbss.jopa.query.soql with parameters of type SoqlParser.SingleValuedObjectPathExpressionContextModifier and TypeMethodDescriptionvoid
SoqlBaseListener.enterSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx) Enter a parse tree produced bySoqlParser.singleValuedObjectPathExpression()
.void
SoqlListener.enterSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx) Enter a parse tree produced bySoqlParser.singleValuedObjectPathExpression()
.void
SoqlQueryListener.enterSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx) void
SoqlBaseListener.exitSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx) Exit a parse tree produced bySoqlParser.singleValuedObjectPathExpression()
.void
SoqlListener.exitSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx) Exit a parse tree produced bySoqlParser.singleValuedObjectPathExpression()
.void
SoqlQueryListener.exitSingleValuedObjectPathExpression
(SoqlParser.SingleValuedObjectPathExpressionContext ctx)