|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.terracotta.toolkit.search.expression.BaseClause
public abstract class BaseClause
Base class for all search clauses
| Field Summary | |
|---|---|
protected static String |
SEP
Output separator |
| Constructor Summary | |
|---|---|
BaseClause()
|
|
| Method Summary | |
|---|---|
BooleanClause |
and(Clause other)
Produce a clause that is the boolean "and" of this and the other given clause |
BooleanClause |
not()
Produce a clause that is the boolean "not" of this |
BooleanClause |
or(Clause other)
Produce a clause that is the boolean "or" of this and the other given clause |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String SEP
| Constructor Detail |
|---|
public BaseClause()
| Method Detail |
|---|
public BooleanClause and(Clause other)
Clause
and in interface Clausepublic BooleanClause or(Clause other)
Clause
or in interface Clausepublic BooleanClause not()
Clause
not in interface Clause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||