public abstract class Composite extends Object implements Query
| Modifier and Type | Method and Description |
|---|---|
Query[] |
components()
Returns a copy of the vector of the component queries (the queries themselves are not copied).
|
protected String |
toString(String start,
String end,
String sep)
Returns a string representation of this node, given a start string, and end string and a separator.
|
public final Query[] query
public Composite(Query... query)
public Query[] components()
protected String toString(String start, String end, String sep)
Object.toString()
methods by supplying these three strings and calling this method.start - the string to be used at the start of the string representation.end - the string to be used at the end of the string representation.sep - the separator between component queries.