org.terracotta.toolkit.search.expression
Class BooleanClause

java.lang.Object
  extended by org.terracotta.toolkit.search.expression.BaseClause
      extended by org.terracotta.toolkit.search.expression.BooleanClause
All Implemented Interfaces:
Clause, CompositeClause

public class BooleanClause
extends BaseClause
implements CompositeClause


Nested Class Summary
static class BooleanClause.Operator
           
 
Field Summary
 
Fields inherited from class org.terracotta.toolkit.search.expression.BaseClause
SEP
 
Constructor Summary
BooleanClause(BooleanClause.Operator action, Clause... clauses)
           
 
Method Summary
 Clause[] getMembers()
          Returns array of sub-clauses this clause is composed of.
 String toString()
           
 BooleanClause.Operator type()
           
 
Methods inherited from class org.terracotta.toolkit.search.expression.BaseClause
and, not, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.terracotta.toolkit.search.expression.Clause
and, not, or
 

Constructor Detail

BooleanClause

public BooleanClause(BooleanClause.Operator action,
                     Clause... clauses)
Method Detail

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.