![]() |
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 | |
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 2841 of file qqmljsast_p.h.
|
inline |
Definition at line 2846 of file qqmljsast_p.h.
|
inline |
Definition at line 2852 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1122 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2860 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2863 of file qqmljsast_p.h.
FromClause* QQmlJS::AST::ImportDeclaration::fromClause = nullptr |
Definition at line 2871 of file qqmljsast_p.h.
ImportClause* QQmlJS::AST::ImportDeclaration::importClause = nullptr |
Definition at line 2870 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ImportDeclaration::importToken |
Definition at line 2867 of file qqmljsast_p.h.
QStringView QQmlJS::AST::ImportDeclaration::moduleSpecifier |
Definition at line 2869 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ImportDeclaration::moduleSpecifierToken |
Definition at line 2868 of file qqmljsast_p.h.