![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
Public Attributes | |
UiQualifiedId * | next |
QStringView | name |
SourceLocation | identifierToken |
SourceLocation | dotToken |
![]() | |
int | kind = Kind_Undefined |
Definition at line 302 of file qqmljsast_p.h.
|
inline |
Definition at line 307 of file qqmljsast_p.h.
|
inline |
Definition at line 311 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1291 of file qqmljsast.cpp.
|
inline |
Definition at line 319 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 328 of file qqmljsast_p.h.
|
inline |
Definition at line 336 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 331 of file qqmljsast_p.h.
|
inline |
Definition at line 338 of file qqmljsast_p.h.
Definition at line 345 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiQualifiedId::dotToken |
Definition at line 358 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiQualifiedId::identifierToken |
Definition at line 357 of file qqmljsast_p.h.
QStringView QQmlJS::AST::UiQualifiedId::name |
Definition at line 356 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
UiQualifiedId* QQmlJS::AST::UiQualifiedId::next |
Definition at line 355 of file qqmljsast_p.h.