org.terracotta.toolkit.search.expression
Class BooleanClause
java.lang.Object
org.terracotta.toolkit.search.expression.BaseClause
org.terracotta.toolkit.search.expression.BooleanClause
- All Implemented Interfaces:
- Clause, CompositeClause
public class BooleanClause
- extends BaseClause
- implements CompositeClause
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause |
SEP |
Methods inherited from class org.terracotta.toolkit.search.expression.BaseClause |
and, not, or |
Methods inherited from interface org.terracotta.toolkit.search.expression.Clause |
and, not, or |
BooleanClause
public BooleanClause(BooleanClause.Operator action,
Clause... clauses)
getMembers
public Clause[] getMembers()
- Description copied from interface:
CompositeClause
- Returns array of sub-clauses this clause is composed of.
- Specified by:
getMembers
in interface CompositeClause
type
public BooleanClause.Operator type()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014 Terracotta, Inc.. All Rights Reserved.