![]() |
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 |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 303 of file qqmljsast_p.h.
|
inline |
Definition at line 308 of file qqmljsast_p.h.
|
inline |
Definition at line 312 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1294 of file qqmljsast.cpp.
|
inline |
Definition at line 320 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 329 of file qqmljsast_p.h.
|
inline |
Definition at line 337 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 332 of file qqmljsast_p.h.
|
inline |
Definition at line 339 of file qqmljsast_p.h.
Definition at line 346 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiQualifiedId::dotToken |
Definition at line 359 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiQualifiedId::identifierToken |
Definition at line 358 of file qqmljsast_p.h.
QStringView QQmlJS::AST::UiQualifiedId::name |
Definition at line 357 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
UiQualifiedId* QQmlJS::AST::UiQualifiedId::next |
Definition at line 356 of file qqmljsast_p.h.