![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::UiParameterList:
Collaboration diagram for QQmlJS::AST::UiParameterList:Public Attributes | |
| Type * | type |
| QStringView | name |
| UiParameterList * | next |
| SourceLocation | commaToken |
| SourceLocation | propertyTypeToken |
| SourceLocation | identifierToken |
| SourceLocation | colonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 3314 of file qqmljsast_p.h.
|
inline |
Definition at line 3319 of file qqmljsast_p.h.
|
inline |
Definition at line 3323 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1236 of file qqmljsast.cpp.
|
inline |
Definition at line 3347 of file qqmljsast_p.h.
References next.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3333 of file qqmljsast_p.h.
References QQmlJS::SourceLocation::isValid().
Here is the call graph for this function:
|
inline |
Definition at line 3342 of file qqmljsast_p.h.
References QQmlJS::SourceLocation::isValid().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3336 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:| SourceLocation QQmlJS::AST::UiParameterList::colonToken |
Definition at line 3361 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiParameterList::commaToken |
Definition at line 3358 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiParameterList::identifierToken |
Definition at line 3360 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::UiParameterList::name |
Definition at line 3356 of file qqmljsast_p.h.
| UiParameterList* QQmlJS::AST::UiParameterList::next |
Definition at line 3357 of file qqmljsast_p.h.
Referenced by UiParameterList().
| SourceLocation QQmlJS::AST::UiParameterList::propertyTypeToken |
Definition at line 3359 of file qqmljsast_p.h.
| Type* QQmlJS::AST::UiParameterList::type |
Definition at line 3355 of file qqmljsast_p.h.