|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.expr.Expr
org.basex.query.xpath.func.Func
org.basex.query.xpath.func.False
public final class False
Constructor for false() function.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xpath.func.Func |
|---|
desc |
| Constructor Summary | |
|---|---|
False(Expr[] arg)
Function Constructor. |
|
| Method Summary | |
|---|---|
boolean |
checkArguments()
Checks validity/number of arguments. |
Bool |
compile(XPContext ctx)
Tries to optimize the Expression. |
Bool |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
| Methods inherited from class org.basex.query.xpath.func.Func |
|---|
evalArgs, toString, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
indexEquivalent, indexSizes, returnedValue, sameAs |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public False(Expr[] arg)
arg - expression array| Method Detail |
|---|
public boolean checkArguments()
Func
checkArguments in class Funcpublic Bool compile(XPContext ctx)
Expr
compile in class Funcctx - expression context
public Bool eval(XPContext ctx)
Expr
eval in class Exprctx - query context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||