![]() |
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 | |
| PatternElementList * | elements = nullptr |
| SourceLocation | lbracketToken |
| SourceLocation | commaToken |
| SourceLocation | rbracketToken |
| Public Attributes inherited from QQmlJS::AST::Pattern | |
| ParseMode | parseMode = Literal |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 738 of file qqmljsast_p.h.
|
inline |
Definition at line 743 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 289 of file qqmljsast.cpp.
|
overridevirtual |
Implements QQmlJS::AST::Pattern.
Definition at line 383 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 749 of file qqmljsast_p.h.
| bool QQmlJS::AST::ArrayPattern::isValidArrayLiteral | ( | SourceLocation * | errorLocation = nullptr | ) | const |
Definition at line 297 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 752 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Pattern.
Definition at line 402 of file qqmljsast.cpp.
| SourceLocation QQmlJS::AST::ArrayPattern::commaToken |
Definition at line 763 of file qqmljsast_p.h.
| PatternElementList* QQmlJS::AST::ArrayPattern::elements = nullptr |
Definition at line 761 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ArrayPattern::lbracketToken |
Definition at line 762 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::ArrayPattern::rbracketToken |
Definition at line 764 of file qqmljsast_p.h.