![]() |
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 736 of file qqmljsast_p.h.
|
inline |
Definition at line 741 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 288 of file qqmljsast.cpp.
|
overridevirtual |
Implements QQmlJS::AST::Pattern.
Definition at line 382 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 747 of file qqmljsast_p.h.
bool QQmlJS::AST::ArrayPattern::isValidArrayLiteral | ( | SourceLocation * | errorLocation = nullptr | ) | const |
Definition at line 296 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 750 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ArrayPattern::commaToken |
Definition at line 760 of file qqmljsast_p.h.
PatternElementList* QQmlJS::AST::ArrayPattern::elements = nullptr |
Definition at line 758 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ArrayPattern::lbracketToken |
Definition at line 759 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::ArrayPattern::rbracketToken |
Definition at line 761 of file qqmljsast_p.h.