Class QueryContextVisitor

java.lang.Object
com.atlassian.jira.jql.context.QueryContextVisitor
All Implemented Interfaces:
ClauseVisitor<QueryContextVisitor.ContextResult>

@NotThreadSafe @NonInjectableComponent public class QueryContextVisitor extends Object implements ClauseVisitor<QueryContextVisitor.ContextResult>
A visitor that is used to generate a QueryContextVisitor.ContextResult, which contains the full and simple QueryContexts of the visited Query.

To construct an instance of this class, please use the QueryContextVisitor.QueryContextVisitorFactory.

Since:
v4.0
See Also: