![]() |
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 |
![]() | |
int | kind = Kind_Undefined |
Definition at line 2834 of file qqmljsast_p.h.
|
inline |
Definition at line 2839 of file qqmljsast_p.h.
|
inline |
Definition at line 2845 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1119 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2853 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2856 of file qqmljsast_p.h.
FromClause* QQmlJS::AST::ImportDeclaration::fromClause = nullptr |
Definition at line 2864 of file qqmljsast_p.h.
ImportClause* QQmlJS::AST::ImportDeclaration::importClause = nullptr |
Definition at line 2863 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ImportDeclaration::importToken |
Definition at line 2860 of file qqmljsast_p.h.
QStringView QQmlJS::AST::ImportDeclaration::moduleSpecifier |
Definition at line 2862 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ImportDeclaration::moduleSpecifierToken |
Definition at line 2861 of file qqmljsast_p.h.