| java.lang.Object | |
| ↳ | com.atlassian.query.clause.ChangedClauseImpl |
Implementation of ChangedClasue
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Allows us to perform operations over the clauses based on the passed in visitor.
| |||||||||||
The name of the individual clause, this should be unique amongst the implementations otherwise
the clauses will be treated as the "same" type of clause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.query.clause.ChangedClause
| |||||||||||||||||||
From interface
com.atlassian.query.clause.Clause
| |||||||||||||||||||
Allows us to perform operations over the clauses based on the passed in visitor. This method calls the visit method on the visitor with this reference.
| visitor | the visitor to accept. |
|---|
The name of the individual clause, this should be unique amongst the implementations otherwise the clauses will be treated as the "same" type of clause.

