wt.query
Class ConditionsClause.StatusInfo

java.lang.Object
  extended bywt.query.ConditionsClause.StatusInfo
Enclosing class:
ConditionsClause

class ConditionsClause.StatusInfo
extends Object


Field Summary
(package private)  boolean negated
           
(package private)  int openParenCountForNegate
           
 
Constructor Summary
ConditionsClause.StatusInfo(boolean a_negated)
           
 
Method Summary
 int getOpenParenCountForNegate()
           
 boolean isNegated()
           
 void openParenCountDecrement()
           
 void openParenCountIncrement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

negated

boolean negated

openParenCountForNegate

int openParenCountForNegate
Constructor Detail

ConditionsClause.StatusInfo

public ConditionsClause.StatusInfo(boolean a_negated)
Method Detail

openParenCountIncrement

public void openParenCountIncrement()

openParenCountDecrement

public void openParenCountDecrement()

isNegated

public boolean isNegated()

getOpenParenCountForNegate

public int getOpenParenCountForNegate()