Свойство | Type | Description | |
---|---|---|---|
ctxt | QilNode | ||
result | bool |
Méthode | Description | |
---|---|---|
Scan ( QilNode expr, QilNode ctxt, QilNode key ) : bool |
Returns true if the subtree of "expr" meets the following requirements: 1. Does not contain a reference to "key" 2. Every reference to "ctxt" is wrapped by a QilNodeType.Root node
|
Méthode | Description | |
---|---|---|
VisitReference ( QilNode expr ) : QilNode |
Recursively visit, looking for references to "key" and "ctxt".
|
|
VisitRoot ( |
If Root wraps a reference to "ctxt", then don't visit "ctxt" and continue scan.
|
public Scan ( QilNode expr, QilNode ctxt, QilNode key ) : bool | ||
expr | QilNode | |
ctxt | QilNode | |
key | QilNode | |
Résultat | bool |
protected VisitReference ( QilNode expr ) : QilNode | ||
expr | QilNode | |
Résultat | QilNode |
protected VisitRoot ( |
||
root | ||
Résultat | QilNode |