Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.value.item | |
org.basex.query.var |
Modifier and Type | Class and Description |
---|---|
class |
LibraryModule
An XQuery main module.
|
class |
MainModule
An XQuery main module.
|
class |
StaticDecl
Common superclass for static functions and variables.
|
class |
StaticScope
Superclass for static functions, variables and the main expression.
|
Modifier and Type | Class and Description |
---|---|
class |
Closure
Inline function.
|
class |
FuncLit
A named function literal.
|
class |
StaticFunc
A static user-defined function.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ASTVisitor.inlineFunc(Scope sub)
Notifies the visitor of a sub-scope.
|
Modifier and Type | Class and Description |
---|---|
class |
FuncItem
Function item.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticVar
Static variable to which an expression can be assigned.
|
Modifier and Type | Method and Description |
---|---|
void |
VarScope.cleanUp(Scope expr)
Deletes all unused variables from this scope and assigns stack slots.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.