Свойство | Тип | Описание | |
---|---|---|---|
result | bool | ||
target | QilNode |
Метод | Описание | |
---|---|---|
Find ( QilNode expr, QilNode target ) : bool |
Returns true if "target" node exists within the subtree of "expr".
|
Метод | Описание | |
---|---|---|
OnFound ( QilNode expr ) : bool |
By default, just return true.
|
|
Visit ( QilNode expr ) : QilNode |
Recursively visit, searching for target. If/when found, call OnFound() method.
|
|
VisitReference ( QilNode expr ) : QilNode |
Determine whether target is a reference.
|
public Find ( QilNode expr, QilNode target ) : bool | ||
expr | QilNode | |
target | QilNode | |
Результат | bool |
protected VisitReference ( QilNode expr ) : QilNode | ||
expr | QilNode | |
Результат | QilNode |