|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Arr
public abstract class Arr
Abstract array expression.
| Field Summary | |
|---|---|
Expr[] |
list
Expression list. |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Method Summary | |
|---|---|
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression tree. |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, eval, i, info, n, node, s, size, str, toString, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Expr[] list
| Method Detail |
|---|
public Expr comp(XQContext ctx)
throws XQException
Expr
comp in class Exprctx - query context
XQException - evaluation exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||