|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticFuncCall | |
---|---|
org.basex.query.func | XQuery functions. |
org.basex.query.util | XQuery utility classes. |
Uses of StaticFuncCall in org.basex.query.func |
---|
Subclasses of StaticFuncCall in org.basex.query.func | |
---|---|
class |
BaseFuncCall
Function call for user-defined functions. |
class |
TailFuncCall
A tail-recursive function call. |
Methods in org.basex.query.func that return StaticFuncCall | |
---|---|
StaticFuncCall |
StaticFuncCall.init(StaticFunc f)
Initializes the function and checks for visibility. |
Uses of StaticFuncCall in org.basex.query.util |
---|
Methods in org.basex.query.util with parameters of type StaticFuncCall | |
---|---|
boolean |
ASTVisitor.funcCall(StaticFuncCall call)
Notifies the visitor of a function call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |