![]() |
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 2765 of file qqmljsast_p.h.
|
inline |
Definition at line 2770 of file qqmljsast_p.h.
|
inline |
Definition at line 2776 of file qqmljsast_p.h.
|
inline |
Definition at line 2782 of file qqmljsast_p.h.
|
inline |
Definition at line 2788 of file qqmljsast_p.h.
|
inline |
Definition at line 2795 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1112 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2804 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2806 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::ImportClause::importedDefaultBinding |
Definition at line 2811 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ImportClause::importedDefaultBindingToken |
Definition at line 2810 of file qqmljsast_p.h.
| NamedImports* QQmlJS::AST::ImportClause::namedImports = nullptr |
Definition at line 2813 of file qqmljsast_p.h.
| NameSpaceImport* QQmlJS::AST::ImportClause::nameSpaceImport = nullptr |
Definition at line 2812 of file qqmljsast_p.h.