![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::PatternPropertyList:
Collaboration diagram for QQmlJS::AST::PatternPropertyList:Public Attributes | |
| PatternProperty * | property |
| PatternPropertyList * | next |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1022 of file qqmljsast_p.h.
|
inline |
Definition at line 1027 of file qqmljsast_p.h.
|
inline |
Definition at line 1031 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1466 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
Here is the call graph for this function:| void QQmlJS::AST::PatternPropertyList::boundNames | ( | BoundNames * | names | ) |
Definition at line 1477 of file qqmljsast.cpp.
References it.
|
inline |
Definition at line 1043 of file qqmljsast_p.h.
References next.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1050 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1053 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:| PatternPropertyList* QQmlJS::AST::PatternPropertyList::next |
Definition at line 1057 of file qqmljsast_p.h.
Referenced by PatternPropertyList().
| PatternProperty* QQmlJS::AST::PatternPropertyList::property |
Definition at line 1056 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().