public class AndCondition<R,C> extends ParserLocator2Impl implements Condition<R,C>
| Constructor and Description |
|---|
AndCondition(Condition condition1,
Condition condition2) |
| Modifier and Type | Method and Description |
|---|---|
void |
associateCondition(SelectStatement select,
boolean andPath) |
boolean |
equals(Object obj) |
int |
hashCode() |
TruthValue |
matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
static TruthValue |
truthTable(TruthValue p,
TruthValue q) |
void |
walk(ConditionVisitor visitor,
boolean andPath) |
getEnd, getSource, getStart, setLocation, throwExceptionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEnd, getSource, getStart, throwExceptionpublic void associateCondition(SelectStatement select, boolean andPath)
associateCondition in interface Condition<R,C>public TruthValue matches(SQLConverter<R,C> selector, ArrayMap<Table<R,C>,R> rowCandidate)
public static TruthValue truthTable(TruthValue p, TruthValue q)
public void walk(ConditionVisitor visitor, boolean andPath)
Copyright © 2014. All rights reserved.