|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Func
public final class Func
User defined function.
| Field Summary | |
|---|---|
Var[] |
args
Arguments. |
boolean |
decl
Declaration flag. |
Expr |
expr
Function expression. |
Var |
var
Function name, including return type. |
| Constructor Summary | |
|---|---|
Func(Var v,
Var[] a,
boolean d)
Function constructor. |
|
| Method Summary | |
|---|---|
void |
comp(XQContext ctx)
Compiles the function. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Var[] args
public boolean decl
public Expr expr
public Var var
| Constructor Detail |
|---|
public Func(Var v,
Var[] a,
boolean d)
v - function namea - argumentsd - declaration flag| Method Detail |
|---|
public void comp(XQContext ctx)
throws XQException
ctx - xquery context
XQException - xquery exceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||