Uses of Class
cz.cvut.kbss.jopa.query.soql.SoqlParser.SingleValuedObjectFieldContext
Packages that use SoqlParser.SingleValuedObjectFieldContext
-
Uses of SoqlParser.SingleValuedObjectFieldContext in cz.cvut.kbss.jopa.query.soql
Methods in cz.cvut.kbss.jopa.query.soql that return SoqlParser.SingleValuedObjectFieldContextModifier and TypeMethodDescriptionSoqlParser.SimpleSubpathContext.singleValuedObjectField()
SoqlParser.singleValuedObjectField()
SoqlParser.SingleValuedObjectPathExpressionContext.singleValuedObjectField()
Methods in cz.cvut.kbss.jopa.query.soql with parameters of type SoqlParser.SingleValuedObjectFieldContextModifier and TypeMethodDescriptionvoid
SoqlBaseListener.enterSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx) Enter a parse tree produced bySoqlParser.singleValuedObjectField()
.void
SoqlListener.enterSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx) Enter a parse tree produced bySoqlParser.singleValuedObjectField()
.void
SoqlQueryListener.enterSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx) void
SoqlBaseListener.exitSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx) Exit a parse tree produced bySoqlParser.singleValuedObjectField()
.void
SoqlListener.exitSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx) Exit a parse tree produced bySoqlParser.singleValuedObjectField()
.void
SoqlQueryListener.exitSingleValuedObjectField
(SoqlParser.SingleValuedObjectFieldContext ctx)