|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.xmlps.queryparser.LogOpExpression
org.apache.oodt.xmlps.queryparser.OrExpression
public class OrExpression
An Or expression.
| Field Summary |
|---|
| Fields inherited from interface org.apache.oodt.xmlps.queryparser.ParseConstants |
|---|
SQL_AND, SQL_EQUAL, SQL_GREATER_THAN, SQL_GREATER_THAN_OR_EQUAL_TO, SQL_LESS_THAN, SQL_LESS_THAN_OR_EQUAL_TO, SQL_LIKE, SQL_OR, XMLQUERY_AND, XMLQUERY_EQUAL, XMLQUERY_GREATER_THAN, XMLQUERY_GREATER_THAN_OR_EQUAL_TO, XMLQUERY_LESS_THAN, XMLQUERY_LESS_THAN_OR_EQUAL_TO, XMLQUERY_LIKE, XMLQUERY_LITERAL, XMLQUERY_LOGOP, XMLQUERY_OR, XMLQUERY_RELOP |
| Constructor Summary | |
|---|---|
OrExpression(Expression lhs,
Expression rhs)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.oodt.xmlps.queryparser.LogOpExpression |
|---|
evaluate, getLhs, getRhs, setLhs, setRhs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrExpression(Expression lhs,
Expression rhs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||