Uses of Class
com.google.appengine.api.search.query.QueryTreeContext
-
Packages that use QueryTreeContext Package Description com.google.appengine.api.search.query -
-
Uses of QueryTreeContext in com.google.appengine.api.search.query
Classes in com.google.appengine.api.search.query with type parameters of type QueryTreeContext Modifier and Type Class Description classQueryTreeContext<T extends QueryTreeContext<T>>The base class for specific query tree context used by the walker.interfaceQueryTreeVisitor<T extends QueryTreeContext<T>>Defines an interface of the visitor invoked by the walker.classQueryTreeWalker<T extends QueryTreeContext<T>>The walking of the query tree.
-