![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
QStringView | fileName |
UiQualifiedId * | importUri |
QStringView | importId |
SourceLocation | importToken |
SourceLocation | fileNameToken |
SourceLocation | asToken |
SourceLocation | importIdToken |
SourceLocation | semicolonToken |
UiVersionSpecifier * | version = nullptr |
![]() | |
int | kind = Kind_Undefined |
Definition at line 3002 of file qqmljsast_p.h.
|
inline |
Definition at line 3007 of file qqmljsast_p.h.
|
inline |
Definition at line 3011 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1326 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and importUri.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3017 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3020 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiImport::asToken |
Definition at line 3029 of file qqmljsast_p.h.
QStringView QQmlJS::AST::UiImport::fileName |
Definition at line 3024 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
SourceLocation QQmlJS::AST::UiImport::fileNameToken |
Definition at line 3028 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
QStringView QQmlJS::AST::UiImport::importId |
Definition at line 3026 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
SourceLocation QQmlJS::AST::UiImport::importIdToken |
Definition at line 3030 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
SourceLocation QQmlJS::AST::UiImport::importToken |
Definition at line 3027 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
UiQualifiedId* QQmlJS::AST::UiImport::importUri |
Definition at line 3025 of file qqmljsast_p.h.
Referenced by accept0(), and QmlIR::IRBuilder::visit().
SourceLocation QQmlJS::AST::UiImport::semicolonToken |
Definition at line 3031 of file qqmljsast_p.h.
UiVersionSpecifier* QQmlJS::AST::UiImport::version = nullptr |
Definition at line 3032 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().