|
||||||||||
| 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.expr.Expr
org.basex.query.ft.FTExpr
org.basex.query.ft.FTNotIndex
public final class FTNotIndex
FTUnaryNot expression with index access.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.ft.FTExpr |
|---|
expr |
| Constructor Summary | |
|---|---|
FTNotIndex(FTExpr e)
Constructor. |
|
| Method Summary | |
|---|---|
FTNodeIter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.ft.FTExpr |
|---|
color, comp, indexEquivalent, plan, remove, returned, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, atomic, checkCtx, checkDbl, checkItr, duplicates, e, ebv, i, indexAccessible, removable, sameAs, size, test |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTNotIndex(FTExpr e)
e - expression| Method Detail |
|---|
public FTNodeIter iter(QueryContext ctx)
ExprExpr.atomic(org.basex.query.QueryContext) must be implemented.
iter in class FTExprctx - query context
public java.lang.String toString()
toString in class ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||