![]() |
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 | |
PatternElement * | element = nullptr |
FormalParameterList * | next |
SourceLocation | commaToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 2448 of file qqmljsast_p.h.
|
inline |
Definition at line 2453 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1041 of file qqmljsast.cpp.
|
inline |
Definition at line 2465 of file qqmljsast_p.h.
BoundNames QQmlJS::AST::FormalParameterList::boundNames | ( | ) | const |
Definition at line 1031 of file qqmljsast.cpp.
|
inline |
Definition at line 2502 of file qqmljsast_p.h.
FormalParameterList * QQmlJS::AST::FormalParameterList::finish | ( | QQmlJS::MemoryPool * | pool | ) |
Definition at line 1052 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2518 of file qqmljsast_p.h.
BoundNames QQmlJS::AST::FormalParameterList::formals | ( | ) | const |
Definition at line 1010 of file qqmljsast.cpp.
|
inline |
Definition at line 2471 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2521 of file qqmljsast_p.h.
|
inline |
Definition at line 2485 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::FormalParameterList::commaToken |
Definition at line 2531 of file qqmljsast_p.h.
PatternElement* QQmlJS::AST::FormalParameterList::element = nullptr |
Definition at line 2529 of file qqmljsast_p.h.
FormalParameterList* QQmlJS::AST::FormalParameterList::next |
Definition at line 2530 of file qqmljsast_p.h.