|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Arr
org.basex.query.xquery.expr.Or
public final class Or
Or expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
|---|
Expr.Return, Expr.Using |
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Arr |
|---|
expr |
| Constructor Summary | |
|---|---|
Or(Expr[] e)
Constructor. |
|
| Method Summary | |
|---|---|
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression. |
Iter |
iter(XQContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.expr.Arr |
|---|
plan, returned, uses |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
e, i |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Or(Expr[] e)
e - expression list| Method Detail |
|---|
public Expr comp(XQContext ctx)
throws XQException
Expr
comp in class Arrctx - query context
XQException - evaluation exception
public Iter iter(XQContext ctx)
throws XQException
Expr
iter in class Exprctx - query context
XQException - evaluation exceptionpublic java.lang.String toString()
toString in class ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||