Uses of Class
de.hybris.platform.persistence.polyglot.search.dialect.generated.PolyglotParser.QueryContext
Packages that use PolyglotParser.QueryContext
Package
Description
-
Uses of PolyglotParser.QueryContext in de.hybris.platform.persistence.polyglot.search.dialect
Methods in de.hybris.platform.persistence.polyglot.search.dialect with parameters of type PolyglotParser.QueryContextModifier and TypeMethodDescriptionvoidCriteriaExtractor.exitQuery(PolyglotParser.QueryContext ctx) -
Uses of PolyglotParser.QueryContext in de.hybris.platform.persistence.polyglot.search.dialect.generated
Methods in de.hybris.platform.persistence.polyglot.search.dialect.generated that return PolyglotParser.QueryContextMethods in de.hybris.platform.persistence.polyglot.search.dialect.generated with parameters of type PolyglotParser.QueryContextModifier and TypeMethodDescriptionvoidPolyglotBaseListener.enterQuery(PolyglotParser.QueryContext ctx) Enter a parse tree produced byPolyglotParser.query().voidPolyglotListener.enterQuery(PolyglotParser.QueryContext ctx) Enter a parse tree produced byPolyglotParser.query().voidPolyglotBaseListener.exitQuery(PolyglotParser.QueryContext ctx) Exit a parse tree produced byPolyglotParser.query().voidPolyglotListener.exitQuery(PolyglotParser.QueryContext ctx) Exit a parse tree produced byPolyglotParser.query().