![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Public Attributes | |
SourceLocation | importToken |
SourceLocation | moduleSpecifierToken |
QStringView | moduleSpecifier |
ImportClause * | importClause = nullptr |
FromClause * | fromClause = nullptr |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2772 of file qqmljsast_p.h.
|
inline |
Definition at line 2777 of file qqmljsast_p.h.
|
inline |
Definition at line 2783 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1126 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), fromClause, and importClause.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2791 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2794 of file qqmljsast_p.h.
References QStringView::isNull().
FromClause* QQmlJS::AST::ImportDeclaration::fromClause = nullptr |
Definition at line 2802 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::ScanFunctions::visit().
ImportClause* QQmlJS::AST::ImportDeclaration::importClause = nullptr |
Definition at line 2801 of file qqmljsast_p.h.
Referenced by accept0(), and QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::ImportDeclaration::importToken |
Definition at line 2798 of file qqmljsast_p.h.
QStringView QQmlJS::AST::ImportDeclaration::moduleSpecifier |
Definition at line 2800 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
SourceLocation QQmlJS::AST::ImportDeclaration::moduleSpecifierToken |
Definition at line 2799 of file qqmljsast_p.h.