|
||||||||||
| 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.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. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Var var
public Var[] args
public Expr expr
public boolean decl
| 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 ExprInfo
public void plan(Serializer ser)
throws java.io.IOException
ExprInfo
plan in class ExprInfoser - serializer
java.io.IOException - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||