Uses of Class
com.google.appengine.api.search.query.QueryTreeContext
Packages that use QueryTreeContext
-
Uses of QueryTreeContext in com.google.appengine.api.search.query
Classes in com.google.appengine.api.search.query with type parameters of type QueryTreeContextModifier and TypeClassDescriptionclass
QueryTreeContext<T extends QueryTreeContext<T>>
The base class for specific query tree context used by the walker.interface
QueryTreeVisitor<T extends QueryTreeContext<T>>
Defines an interface of the visitor invoked by the walker.class
QueryTreeWalker<T extends QueryTreeContext<T>>
The walking of the query tree.