![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::ImportDeclaration:
Collaboration diagram for QQmlJS::AST::ImportDeclaration:Public Attributes | |
| SourceLocation | importToken |
| SourceLocation | moduleSpecifierToken |
| QStringView | moduleSpecifier |
| ImportClause * | importClause = nullptr |
| FromClause * | fromClause = nullptr |
Public Attributes inherited from QQmlJS::AST::Node | |
| 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.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2791 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ScanFunctions::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2794 of file qqmljsast_p.h.
References QStringView::isNull().
Here is the call graph for this function:| 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.