![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::UiArrayMemberList:
Collaboration diagram for QQmlJS::AST::UiArrayMemberList:Public Attributes | |
| UiArrayMemberList * | next |
| UiObjectMember * | member |
| SourceLocation | commaToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 3253 of file qqmljsast_p.h.
|
inline |
Definition at line 3258 of file qqmljsast_p.h.
|
inline |
Definition at line 3262 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1288 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
Here is the call graph for this function:
|
inline |
Definition at line 3278 of file qqmljsast_p.h.
References next.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3272 of file qqmljsast_p.h.
References QQmlJS::AST::UiObjectMember::firstSourceLocation().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3275 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::UiArrayMemberList::commaToken |
Definition at line 3288 of file qqmljsast_p.h.
| UiObjectMember* QQmlJS::AST::UiArrayMemberList::member |
Definition at line 3287 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
| UiArrayMemberList* QQmlJS::AST::UiArrayMemberList::next |
Definition at line 3286 of file qqmljsast_p.h.
Referenced by UiArrayMemberList(), and QmlIR::IRBuilder::visit().