java.lang.Object | |
↳ | com.atlassian.jira.issue.search.ClauseReplacingCloningVisitor |
A visitor that will clone the tree it is visiting, replacing any terminal nodes with the same name as a node in the provided substitutions list with the substitution node.
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. |
---|