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 | importedDefaultBindingToken |
QStringView | importedDefaultBinding |
NameSpaceImport * | nameSpaceImport = nullptr |
NamedImports * | namedImports = nullptr |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 2756 of file qqmljsast_p.h.
|
inline |
Definition at line 2761 of file qqmljsast_p.h.
|
inline |
Definition at line 2767 of file qqmljsast_p.h.
|
inline |
Definition at line 2773 of file qqmljsast_p.h.
|
inline |
Definition at line 2779 of file qqmljsast_p.h.
|
inline |
Definition at line 2786 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1109 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2795 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2797 of file qqmljsast_p.h.
QStringView QQmlJS::AST::ImportClause::importedDefaultBinding |
Definition at line 2802 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ImportClause::importedDefaultBindingToken |
Definition at line 2801 of file qqmljsast_p.h.
NamedImports* QQmlJS::AST::ImportClause::namedImports = nullptr |
Definition at line 2804 of file qqmljsast_p.h.
NameSpaceImport* QQmlJS::AST::ImportClause::nameSpaceImport = nullptr |
Definition at line 2803 of file qqmljsast_p.h.