|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.locpath.Pred
org.basex.query.xpath.locpath.PredSimple
public final class PredSimple
XPath predicate.
| Method Summary | |
|---|---|
Expr |
indexEquivalent(XPContext ctx,
Step step)
For predicate optimization. |
int |
indexSizes(XPContext ctx,
Step curr,
int min)
For predicate optimization. |
boolean |
sameAs(Pred pred)
Compares the predicate for equality. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Expr indexEquivalent(XPContext ctx,
Step step)
throws EvalException
Pred
ctx - rootstep - location step
EvalException - evaluation exception
public int indexSizes(XPContext ctx,
Step curr,
int min)
Pred
ctx - rootcurr - the location stepmin - current minimum size
public boolean sameAs(Pred pred)
Pred
pred - predicate to be compared
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||