|
||||||||||
| 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.expr.Expr
org.basex.query.expr.Arr
org.basex.query.func.FunJava
public final class FunJava
Java function definition.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.expr.Arr |
|---|
expr |
| Constructor Summary | |
|---|---|
FunJava(java.lang.Class<?> c,
java.lang.String m,
Expr[] a)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
info()
Returns a string description of the expression. |
Iter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
java.lang.String |
toString()
|
static Type |
type(java.lang.Class<?> par)
Returns an appropriate XQuery data type for the specified Java class. |
static Type |
type(java.lang.Object o)
Returns an appropriate XQuery data type for the specified Java object. |
| Methods inherited from class org.basex.query.expr.Arr |
|---|
comp, duplicates, indexEquivalent, removable, remove, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, atomic, checkCtx, checkDbl, checkItr, e, ebv, i, indexAccessible, returned, sameAs, size, test |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunJava(java.lang.Class<?> c,
java.lang.String m,
Expr[] a)
c - Java classm - Java method/fielda - arguments| Method Detail |
|---|
public Iter iter(QueryContext ctx)
throws QueryException
ExprExpr.atomic(org.basex.query.QueryContext) must be implemented.
iter in class Exprctx - query context
QueryException - evaluation exceptionpublic static Type type(java.lang.Class<?> par)
par - Java type
public static Type type(java.lang.Object o)
o - object
public void plan(Serializer ser)
throws java.io.IOException
ExprInfo
plan in class Arrser - serializer
java.io.IOException - exceptionpublic java.lang.String info()
ExprInfoExprInfo.toString() method, the current expressions aren't included
in the output.
info in class ExprInfopublic java.lang.String toString()
toString in class ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||