|
||||||||||
| 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.expr.ForLet
public abstract class ForLet
Abstract For/Let Clause.
| Constructor Summary | |
|---|---|
ForLet()
|
|
| Method Summary | |
|---|---|
java.lang.String |
color()
Returns a string description of the expression. |
boolean |
removable(Var v,
QueryContext ctx)
Checks if the specified variable is removable. |
Expr |
remove(Var v)
Removes the specified variable in a sub expression. |
Return |
returned(QueryContext ctx)
Indicates the return type of an expression. |
boolean |
shadows(Var v)
Checks if the specified is not shadowed by another variable. |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, atomic, checkCtx, checkDbl, checkItr, comp, duplicates, e, ebv, i, indexAccessible, indexEquivalent, iter, sameAs, size, test, uses |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
info, name, plan, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForLet()
| Method Detail |
|---|
public boolean removable(Var v,
QueryContext ctx)
Expr
removable in class Exprv - variable to be removedctx - query context
public final Expr remove(Var v)
Expr
remove in class Exprv - variable to be removed
public Return returned(QueryContext ctx)
Expr
returned in class Exprctx - query context
public boolean shadows(Var v)
v - variable to be checked
public final java.lang.String color()
ExprInfoExprInfo.toString() method, the current expressions aren't included
in the output.
color in class ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||