|
||||||||||
| 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 |
VarCall.var
Variable name. |
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,
boolean s)
Constructor. |
|
Try(Expr tr,
Expr ct,
Var v1,
Var v2)
Constructor. |
|
TypeSwitch(Expr t,
Case[] c,
Var v,
Expr r)
Constructor. |
|
VarCall(Var v)
Constructor. |
|
| Uses of Var in org.basex.query.xquery.util |
|---|
| Fields in org.basex.query.xquery.util declared as Var | |
|---|---|
Var[] |
Vars.vars
Variable expressions. |
| Methods in org.basex.query.xquery.util that return Var | |
|---|---|
Var |
Var.clone()
|
Var |
Var.expr(Expr e,
XQContext ctx)
Binds the specified expression to the variable. |
Var |
Variables.get(Var var)
Finds the specified variable. |
Var |
Vars.get(Var v)
Finds and returns the specified variable. |
Var |
Var.item(Item it,
XQContext ctx)
Binds the specified item to the 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. |
Var |
Vars.get(Var v)
Finds and returns the specified variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||