public final class JavaFunc extends JavaMapping
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
Returns a string description of the expression.
|
protected java.lang.Object |
eval(Value[] args)
Returns the result of the evaluated Java function.
|
void |
plan(Serializer ser)
Serializes the expression tree.
|
java.lang.String |
toString() |
iter, toValue, type, valueallAreValues, comp, count, indexEquivalent, removable, remove, toString, usescheckBln, checkColl, checkCreate, checkCtx, checkDbl, checkDBNode, checkEStr, checkEStr, checkIO, checkItem, checkItr, checkItr, checkMap, checkNode, checkNoEmpty, checkStr, checkType, checkUp, checkUp, checkWrite, compBln, ebv, item, optPre, preEval, size, test, typeaddText, compEbv, hasFreeVars, indexAccessible, isEmpty, isFunction, isItem, isVacuous, isValue, iterable, markTailCalls, sameAsprotected java.lang.Object eval(Value[] args) throws QueryException
JavaMappingeval in class JavaMappingargs - argumentsQueryException - query exceptionpublic void plan(Serializer ser) throws java.io.IOException
ExprInfopublic java.lang.String description()
ExprInfoExprInfo.toString() method,
arguments are not included in the output.description in class ExprInfo