java.lang.Object | |
↳ | com.atlassian.jira.jql.context.QueryContextVisitor |
A visitor that is used to generate a QueryContextVisitor.ContextResult
, which contains the full and simple
QueryContext
s of the visited Query
.
QueryContextVisitor.QueryContextVisitorFactory
.
Nested Classes | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QueryContextVisitor.ContextResult | The result of visiting a Query with the QueryContextVisitor . |
||||||||||||||||||||||
QueryContextVisitor.QueryContextVisitorFactory | Constructs an instance of QueryContextVisitor for use. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Visit called when accepting a
WasClause . | |||||||||||
Visit called when accepting a
AndClause . | |||||||||||
Visit called when accepting a
NotClause . | |||||||||||
Visit called when accepting a
OrClause . | |||||||||||
Visit called when accepting a
TerminalClause . | |||||||||||
Visit called when accepting a
ChangedClause . |
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Visit called when accepting a WasClause
.
clause | the node being visited. |
---|
Visit called when accepting a AndClause
.
andClause | the node being visited. |
---|
Visit called when accepting a NotClause
.
notClause | the node being visited. |
---|
Visit called when accepting a OrClause
.
orClause | the node being visited. |
---|
Visit called when accepting a TerminalClause
.
clause | the node being visited. |
---|
Visit called when accepting a ChangedClause
.
clause | the node being visited. |
---|