![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomastcreator_p.h>
Public Member Functions | |
QQmlDomAstCreatorWithQQmlJSScope (MutableDomItem &qmlFile, QQmlJSLogger *logger) | |
virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError () override |
void | enableScriptExpressions (bool enable=true) |
QQmlJSImporter & | importer () |
QQmlJSImportVisitor & | scopeCreator () |
![]() | |
Visitor (quint16 parentRecursionDepth=0) | |
bool | preVisit (Node *) override |
void | postVisit (Node *) override |
![]() | |
BaseVisitor (quint16 parentRecursionDepth=0) | |
virtual | ~BaseVisitor () |
virtual bool | preVisit (Node *)=0 |
virtual void | postVisit (Node *)=0 |
virtual QQmlJSASTClassListToVisit void | throwRecursionDepthError ()=0 |
quint16 | recursionDepth () const |
Additional Inherited Members | |
![]() | |
quint16 | m_recursionDepth = 0 |
Definition at line 444 of file qqmldomastcreator_p.h.
QQmlJS::Dom::QQmlDomAstCreatorWithQQmlJSScope::QQmlDomAstCreatorWithQQmlJSScope | ( | MutableDomItem & | qmlFile, |
QQmlJSLogger * | logger | ||
) |
Definition at line 2104 of file qqmldomastcreator.cpp.
|
inline |
Disable the DOM for scriptexpressions, as not yet unimplemented script elements might crash the construction.
Definition at line 461 of file qqmldomastcreator_p.h.
References QQmlJS::Dom::QQmlDomAstCreator::enableScriptExpressions().
|
inline |
Definition at line 467 of file qqmldomastcreator_p.h.
|
inline |
Definition at line 468 of file qqmldomastcreator_p.h.
|
overridevirtual |
Implements QQmlJS::AST::BaseVisitor.
Definition at line 2198 of file qqmldomastcreator.cpp.