|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ann | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.func | XQuery functions. |
org.basex.query.util | XQuery utility classes. |
org.basex.query.util.inspect | |
org.basex.query.value.type | |
org.basex.query.var |
Uses of Ann in org.basex.query |
---|
Fields in org.basex.query declared as Ann | |
---|---|
Ann |
StaticDecl.ann
Annotations. |
Constructors in org.basex.query with parameters of type Ann | |
---|---|
StaticDecl(StaticContext sctx,
Ann a,
QNm nm,
SeqType t,
VarScope scp,
java.lang.String xqdoc,
InputInfo ii)
Constructor. |
Uses of Ann in org.basex.query.func |
---|
Methods in org.basex.query.func with parameters of type Ann | |
---|---|
StaticFunc |
StaticFuncs.declare(Ann ann,
QNm nm,
Var[] args,
SeqType ret,
Expr body,
StaticContext sc,
VarScope scp,
java.lang.String xqdoc,
InputInfo ii)
Declares a new user-defined function. |
Constructors in org.basex.query.func with parameters of type Ann | |
---|---|
InlineFunc(InputInfo ii,
SeqType r,
Var[] v,
Expr e,
Ann a,
StaticContext stc,
VarScope scp)
Constructor. |
|
StaticFunc(Ann a,
QNm n,
Var[] v,
SeqType r,
Expr e,
StaticContext stc,
VarScope scp,
java.lang.String xqdoc,
InputInfo ii)
Function constructor. |
Uses of Ann in org.basex.query.util |
---|
Fields in org.basex.query.util declared as Ann | |
---|---|
Ann |
TypedFunc.ann
Annotations. |
Methods in org.basex.query.util that return Ann | |
---|---|
Ann |
Ann.intersect(Ann ann)
Returns the intersection of these annotations and the given ones. |
Ann |
Ann.union(Ann ann)
Returns the union of these annotations and the given ones. |
Methods in org.basex.query.util with parameters of type Ann | |
---|---|
Ann |
Ann.intersect(Ann ann)
Returns the intersection of these annotations and the given ones. |
Ann |
Ann.union(Ann ann)
Returns the union of these annotations and the given ones. |
Constructors in org.basex.query.util with parameters of type Ann | |
---|---|
TypedFunc(Expr f,
Ann a,
FuncType ft)
Constructor. |
Uses of Ann in org.basex.query.util.inspect |
---|
Methods in org.basex.query.util.inspect with parameters of type Ann | |
---|---|
protected void |
Inspect.annotation(Ann ann,
FElem parent,
boolean uri)
Creates annotation child elements. |
Uses of Ann in org.basex.query.value.type |
---|
Fields in org.basex.query.value.type declared as Ann | |
---|---|
Ann |
FuncType.ann
Annotations. |
Methods in org.basex.query.value.type with parameters of type Ann | |
---|---|
static FuncType |
FuncType.get(Ann a,
SeqType ret,
SeqType... args)
Getter for function types. |
static FuncType |
FuncType.get(Ann an,
Var[] args,
SeqType ret)
Getter for a function's type. |
Uses of Ann in org.basex.query.var |
---|
Methods in org.basex.query.var with parameters of type Ann | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |