![]() |
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 |
![]() | |
BaseVisitor (quint16 parentRecursionDepth=0) | |
virtual | ~BaseVisitor () |
virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError ()=0 |
quint16 | recursionDepth () const |
Additional Inherited Members | |
![]() | |
quint16 | m_recursionDepth = 0 |
Definition at line 198 of file qqmljsastvisitor_p.h.
QQmlJS::AST::Visitor::Visitor | ( | quint16 | parentRecursionDepth = 0 | ) |
Definition at line 10 of file qqmljsastvisitor.cpp.
Implements QQmlJS::AST::BaseVisitor.
Definition at line 204 of file qqmljsastvisitor_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::BaseVisitor.
Definition at line 203 of file qqmljsastvisitor_p.h.