Package com.atlassian.query.clause
Class MultiClause
java.lang.Object
com.atlassian.query.clause.MultiClause
- All Implemented Interfaces:
Clause
,Serializable
An abstract class that will contain multiple clauses.
- See Also:
-
Constructor Details
-
MultiClause
-
-
Method Details
-
getClauses
- Specified by:
getClauses
in interfaceClause
- Returns:
- child clauses if the clause has any, empty list if it has none.
-
toString
Description copied from interface:Clause
Return a string representation of the clause. This string representation should not be used to represent the clause to the user as it may not be valid. For example, this method makes no attempt to escape invalid names and strings. -
equals
-
hashCode
public int hashCode()
-