|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StaticVar | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.util | XQuery utility classes. |
org.basex.query.var |
Uses of StaticVar in org.basex.query |
---|
Fields in org.basex.query with type parameters of type StaticVar | |
---|---|
java.util.ArrayList<StaticVar> |
QueryParser.vars
Parsed variables. |
Uses of StaticVar in org.basex.query.util |
---|
Methods in org.basex.query.util with parameters of type StaticVar | |
---|---|
static QueryException |
Err.circVar(QueryContext ctx,
StaticVar var)
Throws an exception for circular static variables. |
boolean |
ASTVisitor.staticVar(StaticVar var)
Notifies the visitor of a reference t oa static variable. |
Uses of StaticVar in org.basex.query.var |
---|
Methods in org.basex.query.var that return StaticVar | |
---|---|
StaticVar |
Variables.declare(QNm nm,
SeqType t,
Ann a,
Expr e,
boolean ext,
StaticContext sctx,
VarScope scp,
java.lang.String xqdoc,
InputInfo ii)
Declares a new static variable. |
Methods in org.basex.query.var that return types with arguments of type StaticVar | |
---|---|
java.util.Iterator<StaticVar> |
Variables.iterator()
|
Methods in org.basex.query.var with parameters of type StaticVar | |
---|---|
void |
StaticVarRef.init(StaticVar vr)
Initializes this reference with the given variable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |