![]() |
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 | |
| Elision * | elision = nullptr |
| PatternElement * | element = nullptr |
| PatternElementList * | next |
| SourceLocation | commaToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1009 of file qqmljsast_p.h.
|
inline |
Definition at line 1014 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1429 of file qqmljsast.cpp.
|
inline |
Definition at line 1018 of file qqmljsast_p.h.
| void QQmlJS::AST::PatternElementList::boundNames | ( | BoundNames * | names | ) |
Definition at line 1442 of file qqmljsast.cpp.
|
inline |
Definition at line 1024 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1035 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1038 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::PatternElementList::commaToken |
Definition at line 1047 of file qqmljsast_p.h.
| PatternElement* QQmlJS::AST::PatternElementList::element = nullptr |
Definition at line 1045 of file qqmljsast_p.h.
| Elision* QQmlJS::AST::PatternElementList::elision = nullptr |
Definition at line 1044 of file qqmljsast_p.h.
| PatternElementList* QQmlJS::AST::PatternElementList::next |
Definition at line 1046 of file qqmljsast_p.h.