![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsastvisitor_p.h>
Public Member Functions | |
| Visitor (quint16 parentRecursionDepth=0) | |
| bool | preVisit (Node *) override |
| void | postVisit (Node *) override |
| Public Member Functions inherited from QQmlJS::AST::BaseVisitor | |
| BaseVisitor (quint16 parentRecursionDepth=0) | |
| virtual | ~BaseVisitor () |
| virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError ()=0 |
| quint16 | recursionDepth () const |
Additional Inherited Members | |
| Protected Attributes inherited from QQmlJS::AST::BaseVisitor | |
| quint16 | m_recursionDepth = 0 |
Definition at line 199 of file qqmljsastvisitor_p.h.
| QQmlJS::AST::Visitor::Visitor | ( | quint16 | parentRecursionDepth = 0 | ) |
Definition at line 11 of file qqmljsastvisitor.cpp.
Implements QQmlJS::AST::BaseVisitor.
Definition at line 205 of file qqmljsastvisitor_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::BaseVisitor.
Definition at line 204 of file qqmljsastvisitor_p.h.