|
||||||||||
| 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.xpath.expr.Expr
org.basex.query.xpath.expr.Arr
org.basex.query.xpath.expr.InterSect
public final class InterSect
Intersect Expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.expr.Arr |
|---|
expr |
| Constructor Summary | |
|---|---|
InterSect(Expr[] e)
Constructor. |
|
| Method Summary | |
|---|---|
Nod |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xpath.expr.Arr |
|---|
comp, plan, sameAs, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
indexEquivalent, indexSizes, returnedValue |
| 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 InterSect(Expr[] e)
e - operands expression| Method Detail |
|---|
public Nod eval(XPContext ctx)
throws QueryException
Expr
eval in class Exprctx - query context
QueryException - 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 | |||||||||