Class | Description |
---|---|
QueryStack |
The query stack, containing local variable bindings of all active scopes.
|
StaticVar |
Static variable to which an expression can be assigned.
|
Var |
Variable expression.
|
Variables |
Container of global variables of a module.
|
VarRef |
Local Variable Reference expression.
|
VarScope |
The scope of variables, either the query, a user-defined or an inline function.
|
VarStack |
Variable stack.
|
Enum | Description |
---|---|
VarUsage |
A tri-state encoding the number of usages of a variable.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.