public abstract class StaticScope extends ExprInfo implements Scope
Modifier and Type | Field and Description |
---|---|
protected boolean |
compiled
Compilation flag.
|
Expr |
expr
Root expression of this declaration.
|
InputInfo |
info
Input info.
|
StaticContext |
sc
Static context.
|
protected VarScope |
scope
Variable scope.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compiled()
Checks if this scope has already been compiled.
|
TokenObjMap<TokenList> |
doc()
Returns a map with all documentation tags found for this scope or
null if
no documentation exists. |
addPlan, addPlan, description, plan, planAttr, planElem, toErrorString, toString
public final StaticContext sc
protected final VarScope scope
public final InputInfo info
public Expr expr
protected boolean compiled
public final boolean compiled()
Scope
public TokenObjMap<TokenList> doc()
null
if
no documentation exists. The main description is flagged with the "description" key.
The supported tags are defined in QueryText.DOC_TAGS
(other tags will be
included in the map, too).Copyright © 2005–2015 BaseX Team. All rights reserved.