|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Var | |
|---|---|
| org.basex.query.xquery.expr | Contains XQuery 1.0 expressions. |
| org.basex.query.xquery.util | Contains XQuery utility classes. |
| Uses of Var in org.basex.query.xquery.expr |
|---|
| Fields in org.basex.query.xquery.expr declared as Var | |
|---|---|
Var[] |
Func.args
Arguments. |
Var |
Func.var
Function name, including return type. |
| Constructors in org.basex.query.xquery.expr with parameters of type Var | |
|---|---|
Case(Var v,
Expr r)
Constructor. |
|
For(Expr e,
Var v,
Var p,
Var s)
Constructor. |
|
Func(Var v,
Var[] a,
boolean d)
Function constructor. |
|
Func(Var v,
Var[] a,
boolean d)
Function constructor. |
|
Let(Expr e,
Var v)
Constructor. |
|
TypeSwitch(Expr e,
Case[] c,
Var v,
Expr r)
Constructor. |
|
VarCall(Var v)
Constructor. |
|
| Uses of Var in org.basex.query.xquery.util |
|---|
| Methods in org.basex.query.xquery.util that return Var | |
|---|---|
Var |
Var.clone()
|
Var |
Var.expr(Expr e,
XQContext ctx)
Sets the specified expression. |
Var |
Var.fun(Item it,
XQContext ctx)
Sets the specified expression. |
Var |
Variables.get(Var var)
Finds the specified variable. |
Var |
Var.item(Item it,
XQContext ctx)
Sets the specified expression. |
Var |
Variables.score()
Returns a scoring variable. |
| Methods in org.basex.query.xquery.util with parameters of type Var | |
|---|---|
void |
Variables.add(Var v)
Indexes a local variable. |
void |
Variables.addGlobal(Var v)
Indexes a global variable. |
Var |
Variables.get(Var var)
Finds the specified variable. |
Item |
Variables.get(Var var,
XQContext ctx)
Returns a variable expression. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||